Class Concat


  • public class Concat
    extends java.lang.Object
    Create a new anonymous Concat operator with the specified input types.
    • Constructor Detail

      • Concat

        public Concat()
    • Method Detail

      • create

        public static <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 static <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)