Interface BoundSet.InferenceVarMapper
- All Superinterfaces:
TypeSubstitutions.TypeMapper
- Enclosing class:
BoundSet
-
Method Summary
Modifier and TypeMethodDescriptionmapParam(BoundSet.InferenceVar param) default ReferenceTypemapType(ReferenceType type) Optionally substitute every type.Methods inherited from interface net.covers1624.coffeegrinder.type.TypeSubstitutions.TypeMapper
substFunc
-
Method Details
-
mapType
Description copied from interface:TypeSubstitutions.TypeMapperOptionally substitute every type.May produce an identity mapping.
- Specified by:
mapTypein interfaceTypeSubstitutions.TypeMapper- Parameters:
type- The type to substitute.- Returns:
- The substituted type.
-
mapParam
-