Class UnzipWith

java.lang.Object
org.apache.pekko.stream.scaladsl.UnzipWith

public class UnzipWith extends Object
Transforms each element of input stream into multiple streams using a splitter function.

'''Emits when''' all of the outputs stop backpressuring and there is an input element available

'''Backpressures when''' any of the outputs backpressure

'''Completes when''' upstream completes

'''Cancels when''' any downstream cancels