arrow-fx-coroutines
1.0.3-alpha.23
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
zipRight
zip
Right
common
infix
fun
<
A
:
Input
,
B
>
zipRight
(
other
:
Schedule
<
A
,
B
>
)
:
Schedule
<
A
,
B
>
Content copied to clipboard
Combines two schedules with
and
but throws away the left schedule's result.