arrow-fx-coroutines / arrow.fx.coroutines.stream / stream
fun <O> Pull<O, Unit>.stream(): Stream<O>
Interpret this Pull to produce a Stream, introducing a scope.
May only be called on pulls which return a Unit result type. Use p.void.stream to explicitly
ignore the result type of the pull.
Do you like Arrow?
✖