pipe

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

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