arrow-core / arrow.core.extensions / 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
| 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> | 
    
| EitherMonadError | interface ~~EitherMonadError~~<L> : MonadError<EitherPartialOf<L>, L>, EitherApplicativeError<L>, EitherMonad<L> | 
    
Do you like Arrow?
✖