protected static interface BoundSet.InferenceVarMapper extends TypeSubstitutions.TypeMapper
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
mapParam(BoundSet.InferenceVar param) |
default ReferenceType |
mapType(ReferenceType type)
Optionally substitute every type.
|
substFuncdefault ReferenceType mapType(ReferenceType type)
TypeSubstitutions.TypeMapperMay produce an identity mapping.
mapType in interface TypeSubstitutions.TypeMappertype - The type to substitute.ReferenceType mapParam(BoundSet.InferenceVar param)