Closed dasch closed 7 years ago
Sometimes you want to do this:
pipeline.begin.transformWith("Something") { _ .flatten(streamA, streamB, streamC) .map(myFn) }
Sometimes you want to do this: