arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / asPull
fun asPull(): Pull<O, Unit>
fun asPull():
Pull
<O,
Unit
>
Returns a Pull that writes all output to the Pull.
Do you like Arrow?