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