arrow-core / arrow.core.extensions.andthen.apply / arrow.Kind / map2
@JvmName("map2") fun <X, A, B, Z> Kind<Kind<ForAndThen, X>, A>.~~map2~~(arg1: Kind<Kind<ForAndThen, X>, B>, arg2: (Tuple2<A, B>) -> Z): AndThen<X, Z>
Deprecated: AndThen
is deprecated in favor of the function andThen
used to provide stack safe function composition.
Do you like Arrow?
✖