Class UnzipWith$

java.lang.Object
org.apache.pekko.stream.scaladsl.UnzipWith$
All Implemented Interfaces:
UnzipWithApply

public class UnzipWith$ extends Object implements UnzipWithApply
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

  • Field Details

    • MODULE$

      public static final UnzipWith$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • UnzipWith$

      public UnzipWith$()