Class TypeSet


  • public final class TypeSet
    extends Object
    • Constructor Detail

      • TypeSet

        public TypeSet​(Type<?>... explicitTypes)
    • Method Detail

      • getExplicitTypes

        public List<Type<?>> getExplicitTypes()
        Returns the explicit types of this TypeSet. This is the list of types fed into the constructor. It does not include types created by patterns of explicit types.