arrow-core / arrow.core.extensions / EitherFunctor

EitherFunctor

interface ~~EitherFunctor~~<L> : Functor<EitherPartialOf<L>> Deprecated: Functor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either

Functions

map open fun <A, B> EitherOf<L, A>.map(f: (A) -> B): Either<L, B>

Inheritors

EitherApply interface ~~EitherApply~~<L> : Apply<EitherPartialOf<L>>, EitherFunctor<L>

Do you like Arrow?

Arrow Org
<