arrow-fx-coroutines / arrow.fx.coroutines.stream / kotlin.Function1 / attachLeft
fun <I, O, I1, O2> Pipe<I, O>.~~attachLeft~~(p: Pipe2<O, I1, O2>): Pipe2<I, I1, O2>
Deprecated: Pipe is deprecated as part of Stream deprecation.
Transforms the left input of the given Pipe2 using a Pipe.
Do you like Arrow?
✖