compose

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

Infix variant of pipe with reversed order.