Interface Type.NumberValue<T>

Type Parameters:
T - the type of the number
All Superinterfaces:
Type, Type.Value<T>
All Known Implementing Classes:
Type.ByteValue, Type.DoubleValue, Type.FloatValue, Type.IntValue, Type.LongValue, Type.ShortValue
Enclosing interface:
Type

public static sealed interface Type.NumberValue<T> extends Type.Value<T> permits Type.ByteValue, Type.DoubleValue, Type.FloatValue, Type.IntValue, Type.LongValue, Type.ShortValue
A Type.Value type for Numbers.