Uses of Interface
com.rezzedup.util.valuables.Defaultable
-
-
Uses of Defaultable in com.rezzedup.util.valuables
Subinterfaces of Defaultable in com.rezzedup.util.valuables Modifier and Type Interface Description interfaceDefaultAdaptedKeyValue<S,K,O,V>A value that's associated with a default fallback, a key, and must be adapted to and from storage.interfaceDefaultAdaptedValue<S,O,V>A value that's associated with a default fallback and must be adapted to and from storage.interfaceDefaultGetter<S,V>Gets a value from storage or a default fallback.interfaceDefaultKeyValue<S,K,V>A value associated with a default fallback and a key.interfaceDefaultValue<S,V>A value associated with a default fallback.
-