arrow-fx / arrow.fx / Schedule / tupled
tupled
abstract infix fun <A, B> tupled(other:
Schedule
<F, A, B>):
Schedule
<F, Tuple2<Input, A>, Tuple2<Output, B>>
Combine two with different input and output using and. Continues when both continue and uses the maximum delay.