arrow-core / arrow.core.extensions / ListKMonadPlus
interface ~~ListKMonadPlus~~ : MonadPlus<ForListK>,
ListKMonad
,
ListKAlternative
Deprecated: MonadPlus typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
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> |
ListKMonadLogic | interface ~~ListKMonadLogic~~ : MonadLogic<ForListK>, ListKMonadPlus |
Do you like Arrow?
✖