arrow-core / arrow.core.extensions.andthen.applicative / arrow.Kind / map
@JvmName("map") fun <X, A, B> Kind<Kind<ForAndThen, X>, A>.~~map~~(arg1: (A) -> 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?
✖