Interface MoreTypes.CompositeType

All Known Implementing Classes:
MoreTypes.GenericArrayTypeImpl, MoreTypes.ParameterizedTypeImpl, MoreTypes.WildcardTypeImpl
Enclosing class:
MoreTypes

private static interface MoreTypes.CompositeType
A type formed from other types, such as arrays, parameterized types or wildcard types
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if there are no type variables in this type.
  • Method Details

    • isFullySpecified

      boolean isFullySpecified()
      Returns true if there are no type variables in this type.