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