arrow-core / arrow.core.extensions / ListKApplicative

ListKApplicative

interface ~~ListKApplicative~~ : Applicative<ForListK> Deprecated: Applicative typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.

Functions

ap open fun <A, B> Kind<ForListK, A>.ap(ff: Kind<ForListK, (A) -> B>): ListK<B>
just open fun <A> just(a: A): ListK<A>
map open fun <A, B> Kind<ForListK, A>.map(f: (A) -> B): ListK<B>
map2 open fun <A, B, Z> Kind<ForListK, A>.map2(fb: Kind<ForListK, B>, f: (Tuple2<A, B>) -> Z): ListK<Z>

Inheritors

ListKAlternative interface ~~ListKAlternative~~ : Alternative<ForListK>, ListKApplicative

Do you like Arrow?

Arrow Org
<