arrow-core / arrow.core.extensions / ListKAlternative

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.

Functions

empty open fun <A> empty(): Kind<ForListK, A>
orElse open fun <A> Kind<ForListK, A>.orElse(b: Kind<ForListK, A>): Kind<ForListK, A>

Inheritors

ListKMonadCombine interface ~~ListKMonadCombine~~ : MonadCombine<ForListK>, ListKAlternative
ListKMonadPlus interface ~~ListKMonadPlus~~ : MonadPlus<ForListK>, ListKMonad, ListKAlternative

Do you like Arrow?

Arrow Org
<