arrow-optics / arrow.optics.extensions / NonEmptyListIndex
interface ~~NonEmptyListIndex~~<A> :
Index
<NonEmptyList<A>,
Int
, A>
Deprecated: Typeclass interface implementation will not be exposed directly anymore
Index instance definition for NonEmptyList.
index | Get Optional focus A for a structure S at index i.open fun index(i: Int ): Optional <NonEmptyList<A>, A> |
Do you like Arrow?
✖