arrow-fx-coroutines / arrow.fx.coroutines / Schedule / andThen
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.
Do you like Arrow?
✖