Package dev.siroshun.codec4j.api.io
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.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.siroshun.codec4j.api.io.Type
Type.BooleanValue, Type.ByteValue, Type.CharValue, Type.DoubleValue, Type.FloatValue, Type.IntValue, Type.ListType, Type.LongValue, Type.MapType, Type.NumberValue<T>, Type.ShortValue, Type.StringValue, Type.Unknown, Type.Value<T> -
Field Summary
-
Method Summary