doUntil

fun <A> doUntil(f: suspend (A) -> Boolean): Schedule<A, A>(source)

Creates a Schedule that continues until f returns true.