arrow-core / arrow.core.extensions / AndThenCategory
interface ~~AndThenCategory~~ : Category<ForAndThen>
Deprecated: AndThen is becoming an internal data type that automatically tries to make andThen stack safe
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?
✖