arrow-optics / arrow.optics.extensions / NonEmptyListEach
interface ~~NonEmptyListEach~~<A> :
Each
<NonEmptyList<A>, A>
Deprecated: Each is being deprecated. Use Traversal directly instead.
Each instance definition for NonEmptyList.
each | Provide a Traversal for a structure S with focus in Aopen fun each(): Traversal <NonEmptyList<A>, A> |
Do you like Arrow?
✖