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