arrow-optics / arrow.optics.extensions / arrow.core.NonEmptyList / traversal
fun <A> NonEmptyList.Companion.~~traversal~~():
Traversal
<NonEmptyList<A>, A>
Deprecated: Typeclass instance have been moved to the companion object of the typeclass
Traversal for NonEmptyList that has focus in each A.
Receiver NonEmptyList.Companion to make it statically available.
Return Traversal with source NonEmptyList and focus every A of the source.
Do you like Arrow?
✖