and

infix fun <A : Input, B> and(other: Schedule<A, B>): Schedule<A, Pair<Output, B>>(source)

Combines two schedules. Continues only when both continue and chooses the maximum delay.