Class Merge$


  • public class Merge$
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Merge$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Merge<T> apply​(int inputPorts, boolean eagerComplete)
      Create a new Merge with the specified number of input ports.
      <T> boolean apply$default$2()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • Merge$

        public Merge$()
    • Method Detail

      • apply

        public <T> Merge<T> apply​(int inputPorts,
                                  boolean eagerComplete)
        Create a new Merge with the specified number of input ports.

        Parameters:
        inputPorts - number of input ports
        eagerComplete - if true, the merge will complete as soon as one of its inputs completes.
      • apply$default$2

        public <T> boolean apply$default$2()