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