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