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