doWhile

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

Runs this Schedule while the predicate of Input and Output returns false.