Class TypeList.Generic.Explicit

    • Constructor Detail

      • Explicit

        public Explicit​(TypeDefinition... typeDefinition)
        Creates a new explicit list of generic types.
        Parameters:
        typeDefinition - The generic types represented by this list.
      • Explicit

        public Explicit​(java.util.List<? extends TypeDefinition> typeDefinitions)
        Creates a new explicit list of generic types.
        Parameters:
        typeDefinitions - The generic types represented by this list.