arrow-core / arrow.core.extensions / EitherApplicativeError

EitherApplicativeError

interface ~~EitherApplicativeError~~<L> : ApplicativeError<EitherPartialOf<L>, L>, EitherApplicative<L> Deprecated: ApplicativeError typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either

Functions

handleErrorWith open fun <A> EitherOf<L, A>.handleErrorWith(f: (L) -> EitherOf<L, A>): Either<L, A>
raiseError open fun <A> raiseError(e: L): Either<L, A>

Inheritors

EitherMonadError interface ~~EitherMonadError~~<L> : MonadError<EitherPartialOf<L>, L>, EitherApplicativeError<L>, EitherMonad<L>

Do you like Arrow?

Arrow Org
<