arrow-fx / arrow.fx / Schedule / untilOutput
fun untilOutput(f: (Output) -> Boolean): Schedule<F, Input, Output>
fun untilOutput(f: (Output) ->
Boolean
):
Schedule
<F, Input, Output>
untilOutput(f) = whileOutput(f).not()
Do you like Arrow?