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