Interface FlatNumberEntryConverter<K>
-
- All Superinterfaces:
FlatEntryConverter<K,Double>
public interface FlatNumberEntryConverter<K> extends FlatEntryConverter<K,Double>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
toRawValue(Double object)
default Double
toValue(String object)
-
Methods inherited from interface me.hsgamer.topper.agent.storage.simple.converter.FlatEntryConverter
toKey, toRawKey
-
-
-
-
Method Detail
-
toValue
default Double toValue(String object)
- Specified by:
toValue
in interfaceFlatEntryConverter<K,Double>
-
toRawValue
default String toRawValue(Double object)
- Specified by:
toRawValue
in interfaceFlatEntryConverter<K,Double>
-
-