arrow-fx-coroutines / arrow.fx.coroutines.stream / flatMapOutput

flatMapOutput

fun <O, O2> Pull<O, Unit>.flatMapOutput(f: (O) -> Pull<O2, Unit>): Pull<O2, Unit>

Do you like Arrow?

Arrow Org
<