Class MergeLatest$


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

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

    • Field Summary

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

      Constructors 
      Constructor Description
      MergeLatest$()  
    • Field Detail

      • MODULE$

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

      • MergeLatest$

        public MergeLatest$()
    • Method Detail

      • apply

        public <T> GraphStage<UniformFanInShape<T,​scala.collection.immutable.List<T>>> apply​(int inputPorts,
                                                                                                   boolean eagerComplete)
      • apply$default$2

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