arrow-core / arrow.core.extensions / ValidatedFoldable

ValidatedFoldable

interface ~~ValidatedFoldable~~<E> : Foldable<ValidatedPartialOf<E>> Deprecated: Foldable typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Validated.

Functions

foldLeft open fun <A, B> Kind<ValidatedPartialOf<E>, A>.foldLeft(b: B, f: (B, A) -> B): B
foldRight open fun <A, B> Kind<ValidatedPartialOf<E>, A>.foldRight(lb: Eval<B>, f: (A, Eval<B>) -> Eval<B>): Eval<B>

Inheritors

ValidatedTraverse interface ~~ValidatedTraverse~~<E> : Traverse<ValidatedPartialOf<E>>, ValidatedFoldable<E>

Do you like Arrow?

Arrow Org
<