arrow-fx-coroutines / arrow.fx.coroutines / Schedule / whileOutput
fun whileOutput(f: suspend (Output) -> Boolean): Schedule<Input, Output>
fun whileOutput(f: suspend (Output) ->
Boolean
):
Schedule
<Input, Output>
Continues or stops the schedule based on the output.
Do you like Arrow?