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