arrow-core / arrow.core.extensions / ListKApply

ListKApply

interface ~~ListKApply~~ : Apply<ForListK> Deprecated: Apply 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>
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>

Do you like Arrow?

Arrow Org
<