arrow-core / arrow.core.extensions / NonEmptyListFunctor

NonEmptyListFunctor

interface ~~NonEmptyListFunctor~~ : Functor<ForNonEmptyList> Deprecated: Functor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on NonEmptyList.

Functions

map open fun <A, B> NonEmptyListOf<A>.map(f: (A) -> B): NonEmptyList<B>

Inheritors

NonEmptyListSemialign interface ~~NonEmptyListSemialign~~ : Semialign<ForNonEmptyList>, NonEmptyListFunctor

Do you like Arrow?

Arrow Org
<