Interface IntersectionType

  • All Superinterfaces:
    MetadataType
    All Known Implementing Classes:
    DefaultIntersectionType

    public interface IntersectionType
    extends MetadataType
    For any types X and Y, the intersection, or conjunction, X&Y, of the types may be formed. Any type that is accepted by all the subtypes defined in the intersection type is being accepted by this type
    • Method Detail