andThen

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)