Interface Type.Value<T>

Type Parameters:
T - the value type
All Superinterfaces:
Type
All Known Subinterfaces:
Type.NumberValue<T>
All Known Implementing Classes:
Type.BooleanValue, Type.ByteValue, Type.CharValue, Type.DoubleValue, Type.FloatValue, Type.IntValue, Type.LongValue, Type.ShortValue, Type.StringValue
Enclosing interface:
Type

public static sealed interface Type.Value<T> extends Type permits Type.BooleanValue, Type.CharValue, Type.NumberValue<T>, Type.StringValue
An interface indicating that Type is Type.Value.