arrow-fx-coroutines / arrow.fx.coroutines.stream / dropWhile_

dropWhile_

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

Do you like Arrow?

Arrow Org
<