arrow-fx-coroutines / arrow.fx.coroutines / Schedule / doUntil
fun <A> doUntil(f: suspend (A) -> Boolean): Schedule<A, A>
fun <A> doUntil(f: suspend (A) ->
Boolean
):
Schedule
<A, A>
Creates a Schedule that continues until f returns true.
Do you like Arrow?