arrow-fx-coroutines / arrow.fx.coroutines / Schedule / doUntil

doUntil

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

Creates a Schedule that continues until f returns true.

Do you like Arrow?

Arrow Org
<