arrow-fx-coroutines / arrow.fx.coroutines.stream / forall

forall

fun <O> Pull<O, Unit>.forall(p: (O) -> Boolean): Pull<Nothing, Boolean>

Writes a single true value if all input matches the predicate, false otherwise.

Do you like Arrow?

Arrow Org
<