Arrow
1.1.5
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
>
>
(
source
)
Executes one schedule after the other. When the first schedule ends, it continues with the second.