Class UnzipWith$

  • All Implemented Interfaces:
    UnzipWithApply

    public class UnzipWith$
    extends java.lang.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 Detail

      • MODULE$

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

      • UnzipWith$

        public UnzipWith$()