Uses of Interface
com.rezzedup.util.valuables.DefaultSetter
-
-
Uses of DefaultSetter in com.rezzedup.util.valuables
Subinterfaces of DefaultSetter 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.interfaceDefaultKeyValue<S,K,V>A value associated with a default fallback and a key.interfaceDefaultValue<S,V>A value associated with a default fallback.
-