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