Uses of Interface
com.rezzedup.util.valuables.AdaptedKeyValue
-
-
Uses of AdaptedKeyValue in com.rezzedup.util.valuables
Subinterfaces of AdaptedKeyValue 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.Methods in com.rezzedup.util.valuables that return AdaptedKeyValue Modifier and Type Method Description static <S,K,O,V>
AdaptedKeyValue<S,K,O,V>AdaptedKeyValue. of(Adapter<O,V> adapter, KeyValue<S,K,O> value)Creates a newAdaptedKeyValueby delegating to the provided arguments.Methods in com.rezzedup.util.valuables with parameters of type AdaptedKeyValue Modifier and Type Method Description static <S,K,O,V>
DefaultAdaptedKeyValue<S,K,O,V>DefaultAdaptedKeyValue. of(V def, AdaptedKeyValue<S,K,O,V> value)Creates a newDefaultAdaptedKeyValueby delegating to the provided arguments.
-