arrow-fx-coroutines
1.1.6-alpha.24
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
andThen
and
Then
abstract
infix
fun
<
A
:
Input
,
B
>
andThen
(
other
:
Schedule
<
A
,
B
>
)
:
Schedule
<
A
,
Either
<
Output
,
B
>
>
Executes one schedule after the other. When the first schedule ends, it continues with the second.