Uses of Class
net.hydromatic.morel.type.ParameterizedType
-
Packages that use ParameterizedType Package Description net.hydromatic.morel.type Type system. -
-
Uses of ParameterizedType in net.hydromatic.morel.type
Subclasses of ParameterizedType in net.hydromatic.morel.type Modifier and Type Class Description classDataTypeAlgebraic type.classTemporaryTypePlaceholder for a type that is being recursively defined.Fields in net.hydromatic.morel.type declared as ParameterizedType Modifier and Type Field Description ParameterizedTypeApplyType. type(package private) ParameterizedTypeKeys.ApplyKey. typeMethods in net.hydromatic.morel.type with parameters of type ParameterizedType Modifier and Type Method Description static Type.KeyKeys. apply(ParameterizedType type, Iterable<? extends Type> argTypes)Returns a key that identifies anApplyType.static Type.KeyKeys. apply(ParameterizedType type, Type... argTypes)Returns a key that identifies anApplyType, with an array of types.Constructors in net.hydromatic.morel.type with parameters of type ParameterizedType Constructor Description ApplyKey(ParameterizedType type, com.google.common.collect.ImmutableList<Type> argTypes)ApplyType(ParameterizedType type, com.google.common.collect.ImmutableList<Type> types)
-