arrow-core / arrow.core.extensions / ListKAlternative
interface ~~ListKAlternative~~ : Alternative<ForListK>,
ListKApplicative
Deprecated: Alternative typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
empty | open fun <A> empty(): Kind<ForListK, A> |
orElse | open fun <A> Kind<ForListK, A>.orElse(b: Kind<ForListK, A>): Kind<ForListK, A> |
ListKMonadCombine | interface ~~ListKMonadCombine~~ : MonadCombine<ForListK>, ListKAlternative |
ListKMonadPlus | interface ~~ListKMonadPlus~~ : MonadPlus<ForListK>, ListKMonad , ListKAlternative |
Do you like Arrow?
✖