arrow-fx-coroutines / arrow.fx.coroutines / Schedule / pipe

pipe

abstract infix fun <B> pipe(other: Schedule<Output, B>): Schedule<Input, B>

Composes this schedule with the other schedule by piping the output of this schedule into the input of the other.

Do you like Arrow?

Arrow Org
<