arrow-fx-coroutines / arrow.fx.coroutines.stream / kotlin.Function1

Extensions for kotlin.Function1

attachLeft Transforms the left input of the given Pipe2 using a Pipe.fun <I, O, I1, O2> Pipe<I, O>.~~attachLeft~~(p: Pipe2<O, I1, O2>): Pipe2<I, I1, O2>
attachRight Transforms the right input of the given Pipe2 using a Pipe.fun <I, O, I0, O2> Pipe<I, O>.~~attachRight~~(p: Pipe2<I0, O, O2>): Pipe2<I0, I, O2>

Do you like Arrow?

Arrow Org
<