arrow-core / arrow.core.extensions / ValidatedBitraverse
interface ~~ValidatedBitraverse~~ : Bitraverse<ForValidated>,
ValidatedBifoldable
Deprecated: BiTraverse typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Validated.
bitraverse | open fun <G, A, B, C, D> ValidatedOf<A, B>.bitraverse(AP: Applicative<G>, f: (A) -> Kind<G, C>, g: (B) -> Kind<G, D>): Kind<G, ValidatedOf<C, D>> |
Do you like Arrow?
✖