arrow-fx-coroutines / arrow.fx.coroutines.stream / transformWith

transformWith

fun <O, R, R2> Pull<O, R>.transformWith(f: (Result<R>) -> Pull<O, R2>): Pull<O, R2>

Do you like Arrow?

Arrow Org
<