Class Merge


  • public class Merge
    extends java.lang.Object
    Create a new Merge operator with the specified output type.
    • Constructor Summary

      Constructors 
      Constructor Description
      Merge()  
    • Constructor Detail

      • Merge

        public Merge()
    • Method Detail

      • create

        public static <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(java.lang.Class<T> clazz,
                                                                                   int inputPorts)
        Create a new Merge operator with the specified output type.
        Parameters:
        clazz - (undocumented)
        inputPorts - (undocumented)
        Returns:
        (undocumented)
      • create

        public static <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(int inputPorts,
                                                                                   boolean eagerComplete)
        Create a new Merge operator with the specified output type.

        Parameters:
        eagerComplete - set to true in order to make this operator eagerly finish as soon as one of its inputs completes
        inputPorts - (undocumented)
        Returns:
        (undocumented)
      • create

        public static <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(java.lang.Class<T> clazz,
                                                                                   int inputPorts,
                                                                                   boolean eagerComplete)
        Create a new Merge operator with the specified output type.

        Parameters:
        eagerComplete - set to true in order to make this operator eagerly finish as soon as one of its inputs completes
        clazz - (undocumented)
        inputPorts - (undocumented)
        Returns:
        (undocumented)