andThen
open suspend fun andThen(other: suspend (@UnsafeVariance Input) -> Schedule.Decision<@UnsafeVariance Input, @UnsafeVariance Output>): Schedule.Decision<Input, Output>(source)
open suspend fun <A, B> andThen(other: suspend (@UnsafeVariance Input) -> Schedule.Decision<@UnsafeVariance Input, A>, ifLeft: suspend (Output) -> B, ifRight: suspend (A) -> B): Schedule.Decision<Input, B>(source)