arrow-core / arrow.core.extensions / EitherFoldable
interface ~~EitherFoldable~~<L> : Foldable<EitherPartialOf<L>>
Deprecated: Foldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either
foldLeft | open fun <A, B> EitherOf<L, A>.foldLeft(b: B, f: (B, A) -> B): B |
foldRight | open fun <A, B> EitherOf<L, A>.foldRight(lb: Eval<B>, f: (A, Eval<B>) -> Eval<B>): Eval<B> |
EitherTraverse | interface ~~EitherTraverse~~<L> : Traverse<EitherPartialOf<L>>, EitherFoldable <L> |
Do you like Arrow?
✖