arrow-fx-coroutines / arrow.fx.coroutines.stream / dropWhile_
fun <O> Pull<O, Unit>.dropWhile_(p: (O) -> Boolean, dropFailure: Boolean): Pull<O, Pull<O, Unit>>
fun <O>
Pull
<O,
Unit
>.dropWhile_(p: (O) ->
Boolean
, dropFailure:
):
>>
Do you like Arrow?