arrow-fx / arrow.fx / Schedule / andThen
andThen
abstract infix fun <A : Input, B> andThen(other:
Schedule
<F, A, B>):
Schedule
<F, A, Either<Output, B>>
Execute one schedule after the other. When the first schedule ends, it continues with the second.