arrow-core / arrow.core.extensions / AndThenCategory

AndThenCategory

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

Functions

compose open fun <A, B, C> AndThenOf<B, C>.compose(arr: Kind2<ForAndThen, A, B>): AndThen<A, C>
id open fun <A> id(): AndThen<A, A>

Do you like Arrow?

Arrow Org
<