arrow-fx / arrow.fx / Schedule / compose
infix fun <B> compose(other: Schedule<F, B, Input>): Schedule<F, B, Output>
infix fun <B> compose(other:
Schedule
<F, B, Input>):
<F, B, Output>
Infix variant of pipe with reversed order.
Do you like Arrow?