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$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> GraphStage<UniformFanInShape<T,​java.util.List<T>>> create​(int inputPorts)
      Create a new MergeLatest with the specified number of input ports.
      <T> GraphStage<UniformFanInShape<T,​java.util.List<T>>> create​(int inputPorts, boolean eagerComplete)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

      • create

        public <T> GraphStage<UniformFanInShape<T,​java.util.List<T>>> create​(int inputPorts)
        Create a new MergeLatest with the specified number of input ports.

        Parameters:
        inputPorts - number of input ports
        Returns:
        (undocumented)