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