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