arrow-optics / arrow.optics.extensions / NonEmptyListEach / each
open fun each(): Traversal<NonEmptyList<A>, A>
open fun each():
Traversal
<NonEmptyList<A>, A>
Provide a Traversal for a structure S with focus in A
Return Traversal provided by Each instance
Do you like Arrow?