arrow-fx / arrow.fx / Schedule / and
infix fun <A : Input, B> and(other: Schedule<F, A, B>): Schedule<F, A, Tuple2<Output, B>>
infix fun <A : Input, B> and(other:
Schedule
<F, A, B>):
<F, A, Tuple2<Output, B>>
Combine two schedules. Continues only when both continue and chooses the maximum delay.
Do you like Arrow?