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