arrow-core / arrow.core.extensions / Tuple2Bitraverse
interface ~~Tuple2Bitraverse~~ : Bitraverse<ForTuple2>,
Tuple2Bifoldable
Deprecated: Tuple2 is deprecated in favor of Kotlin’s Pair
bitraverse | open fun <G, A, B, C, D> Tuple2Of<A, B>.bitraverse(AP: Applicative<G>, f: (A) -> Kind<G, C>, g: (B) -> Kind<G, D>): Kind<G, Tuple2Of<C, D>> |
Do you like Arrow?
✖