arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / Result / map
inline fun <B> map(f: (R) -> B): Result<B>
Do you like Arrow?