andThen

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.