Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
zipRight
zip
Right
infix
fun
<
A
:
Input
,
B
>
zipRight
(
other
:
Schedule
<
A
,
B
>
)
:
Schedule
<
A
,
B
>
(
source
)
Combines two schedules with
and
but throws away the left schedule's result.