arrow-fx-coroutines / arrow.fx.coroutines.stream / map

map

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

Do you like Arrow?

Arrow Org
<