arrow-core / arrow.core.extensions / 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
| map | open fun <A, B> EitherOf<L, A>.map(f: (A) -> B): Either<L, B> | 
    
| EitherApply | interface ~~EitherApply~~<L> : Apply<EitherPartialOf<L>>, EitherFunctor<L> | 
    
Do you like Arrow?
✖