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