Class MergePreferred$


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

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

      Constructors 
      Constructor Description
      MergePreferred$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> MergePreferred<T> apply​(int secondaryPorts, boolean eagerComplete)
      Create a new MergePreferred with the specified number of secondary 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 MergePreferred$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • MergePreferred$

        public MergePreferred$()
    • Method Detail

      • apply

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

        Parameters:
        secondaryPorts - number of secondary 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()