arrow-core / arrow.core.extensions / ValidatedTraverse

ValidatedTraverse

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

Functions

traverse open fun <G, A, B> Kind<ValidatedPartialOf<E>, A>.traverse(AP: Applicative<G>, f: (A) -> Kind<G, B>): Kind<G, Validated<E, B>>

Do you like Arrow?

Arrow Org
<