arrow-core / arrow.core.extensions / AndThenProfunctor
interface ~~AndThenProfunctor~~ : Profunctor<ForAndThen>
Deprecated: AndThen is becoming an internal data type that automatically tries to make andThen stack safe
dimap | open fun <A, B, C, D> AndThenOf<A, B>.dimap(fl: (C) -> A, fr: (B) -> D): AndThen<C, D> |
Do you like Arrow?
✖