Class MergePrioritized$


  • public class MergePrioritized$
    extends java.lang.Object
    Create a new MergePrioritized with specified number of input ports.

    param: priorities priorities of the input ports param: eagerComplete if true, the merge will complete as soon as one of its inputs completes.

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> GraphStage<UniformFanInShape<T,​T>> apply​(scala.collection.Seq<java.lang.Object> priorities, boolean eagerComplete)  
      <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 MergePrioritized$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • MergePrioritized$

        public MergePrioritized$()
    • Method Detail

      • apply

        public <T> GraphStage<UniformFanInShape<T,​T>> apply​(scala.collection.Seq<java.lang.Object> priorities,
                                                                  boolean eagerComplete)
      • apply$default$2

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