Class ZipN$


  • public class ZipN$
    extends java.lang.Object
    Combine the elements of multiple streams into a stream of lists.

    A ZipN has a n input ports and one out port

    '''Emits when''' all of the inputs has an element available

    '''Backpressures when''' downstream backpressures

    '''Completes when''' any upstream completes

    '''Cancels when''' downstream cancels

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ZipN$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipN$()  
    • Field Detail

      • MODULE$

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

      • ZipN$

        public ZipN$()