arrow-fx-coroutines / arrow.fx.coroutines.stream / dropThrough

dropThrough

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

Like dropWhile, but drops the first value which tests false.

Do you like Arrow?

Arrow Org
<