doUntil

fun doUntil(predicate: suspend (input: @UnsafeVariance Input, output: Output) -> Boolean): Schedule<Input, Output>(source)

Runs the Schedule until the predicate of Input and Output returns true. Inverse version of doWhile.