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