arrow-core / arrow.core.extensions / AndThenProfunctor

AndThenProfunctor

interface ~~AndThenProfunctor~~ : Profunctor<ForAndThen> Deprecated: AndThen is becoming an internal data type that automatically tries to make andThen stack safe

Functions

dimap open fun <A, B, C, D> AndThenOf<A, B>.dimap(fl: (C) -> A, fr: (B) -> D): AndThen<C, D>

Do you like Arrow?

Arrow Org
<