arrow-core / arrow.core.extensions.tuple2.bitraverse / arrow.Kind / bitraverse

bitraverse

@JvmName("bitraverse") fun <G, A, B, C, D> Kind<Kind<ForTuple2, A>, B>.~~bitraverse~~(arg1: Applicative<G>, arg2: (A) -> Kind<G, C>, arg3: (B) -> Kind<G, D>): Kind<G, Kind<Kind<ForTuple2, C>, D>> Deprecated: Applicative typeclass is deprecated. Use concrete methods on Pair

Do you like Arrow?

Arrow Org
<