arrow-fx-coroutines / arrow.fx.coroutines.stream / flatMapOutput
fun <O, O2> Pull<O, Unit>.flatMapOutput(f: (O) -> Pull<O2, Unit>): Pull<O2, Unit>
fun <O, O2>
Pull
<O,
Unit
>.flatMapOutput(f: (O) ->
<O2,
>):
>
Do you like Arrow?