arrow-fx / arrow.fx / Schedule / zipLeft
infix fun <A : Input, B> zipLeft(other: Schedule<F, A, B>): Schedule<F, A, Output>
infix fun <A : Input, B> zipLeft(other:
Schedule
<F, A, B>):
<F, A, Output>
Combine two schedules with and but throw away the right schedule’s result
Do you like Arrow?