untilInput

fun <A : Input> untilInput(f: suspend (A) -> Boolean): Schedule<A, Output>(source)

untilInput(f) = whileInput(f).not()