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