arrow-core / arrow.core.extensions / EitherApply
interface ~~EitherApply~~<L> : Apply<EitherPartialOf<L>>,
EitherFunctor
<L>
Deprecated: Apply typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either
ap | open fun <A, B> EitherOf<L, A>.ap(ff: EitherOf<L, (A) -> B>): Either<L, B> |
apEval | open fun <A, B> Kind<EitherPartialOf<L>, A>.apEval(ff: Eval<Kind<EitherPartialOf<L>, (A) -> B>>): Eval<Kind<EitherPartialOf<L>, B>> |
map | open fun <A, B> EitherOf<L, A>.map(f: (A) -> B): Either<L, B> |
EitherApplicative | interface ~~EitherApplicative~~<L> : Applicative<EitherPartialOf<L>>, EitherApply <L> |
Do you like Arrow?
✖