Uses of Interface
com.rezzedup.util.valuables.DefaultValue
-
-
Uses of DefaultValue in com.rezzedup.util.valuables
Subinterfaces of DefaultValue 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.Methods in com.rezzedup.util.valuables that return DefaultValue Modifier and Type Method Description static <S,V>
DefaultValue<S,V>DefaultValue. of(V def, Value<S,V> value)Creates a newDefaultValueby delegating to the provided arguments.
-