doUntil

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

Creates a Schedule that continues until predicate returns true.