arrow-fx-coroutines / arrow.fx.coroutines.stream / takeThrough

takeThrough

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

Do you like Arrow?

Arrow Org
<