arrow-fx-coroutines / arrow.fx.coroutines.stream / take

take

fun <O> Pull<O, Unit>.take(n: Long): Pull<O, Pull<O, Unit>>

Emits the first n elements of the input.

Do you like Arrow?

Arrow Org
<