Interface TypeSubstitutions.TypeMapper
- All Known Subinterfaces:
BoundSet.InferenceVarMapper,TypeSubstitutions.TypeParamMapper
- All Known Implementing Classes:
InferenceSolution,ParameterizedClass
- Enclosing class:
TypeSubstitutions
public static interface TypeSubstitutions.TypeMapper
-
Method Summary
-
Method Details
-
mapType
Optionally substitute every type.May produce an identity mapping.
- Parameters:
type- The type to substitute.- Returns:
- The substituted type.
-
substFunc
-