arrow-fx-coroutines / arrow.fx.coroutines.stream / takeWhile

takeWhile

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

Do you like Arrow?

Arrow Org
<