Class Concat$


  • public class Concat$
    extends java.lang.Object
    Create a new anonymous Concat operator with the specified input types.
    • Field Summary

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

      Constructors 
      Constructor Description
      Concat$()  
    • Field Detail

      • MODULE$

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

      • Concat$

        public Concat$()
    • Method Detail

      • create

        public <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(int inputCount)
        Create a new anonymous Concat operator with the specified input types.
        Parameters:
        inputCount - (undocumented)
        Returns:
        (undocumented)
      • create

        public <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(java.lang.Class<T> clazz)
        Create a new anonymous Concat operator with the specified input types.
        Parameters:
        clazz - (undocumented)
        Returns:
        (undocumented)