Interface TypeArgument.OfTyped

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: The only kind of type argument that does not contain a type is an unbounded wildcard.