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