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