arrow-core / arrow.core.extensions / NonEmptyListApply
interface ~~NonEmptyListApply~~ : Apply<ForNonEmptyList>
Deprecated: Apply typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on NonEmptyList.
ap | open fun <A, B> NonEmptyListOf<A>.ap(ff: NonEmptyListOf<(A) -> B>): NonEmptyList<B> |
map | open fun <A, B> NonEmptyListOf<A>.map(f: (A) -> B): NonEmptyList<B> |
Do you like Arrow?
✖