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