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