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