- All Known Subinterfaces:
TypeArgument.OfBounded
- All Known Implementing Classes:
TypeArgument.OfExact,TypeArgument.OfExtends,TypeArgument.OfSuper
- Enclosing class:
- TypeArgument
public static sealed interface TypeArgument.OfTyped
permits TypeArgument.OfExact, TypeArgument.OfBounded
Implemented by type arguments that contain a type. That is:
- exact type arguments
- wildcard type arguments with upper bound
- wildcard type arguments with lower bound
-
Method Summary
-
Method Details
-
type
GenericType.OfReference type()
-