arrow-core / arrow.core.extensions / NonEmptyListApplicative

NonEmptyListApplicative

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

Functions

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

Do you like Arrow?

Arrow Org
<