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