arrow-fx / arrow.fx / Schedule / pipe
abstract infix fun <B> pipe(other: Schedule<F, Output, B>): Schedule<F, Input, B>
abstract infix fun <B> pipe(other:
Schedule
<F, Output, B>):
<F, Input, B>
Compose this schedule with the other schedule by piping the output of this schedule into the input of the other.
Do you like Arrow?