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