Package net.hydromatic.morel.type
Interface TypeSystem.DataTypeFixer
-
- Enclosing class:
- TypeSystem
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface private static interface TypeSystem.DataTypeFixer
Replaces temporary data types with real data types, using the supplied map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(Type type, Map<Type.Key,Type> typeMap)
-