arrow-fx / arrow.fx / Schedule / untilOutput

untilOutput

fun untilOutput(f: (Output) -> Boolean): Schedule<F, Input, Output>

untilOutput(f) = whileOutput(f).not()

Do you like Arrow?

Arrow Org
<