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