Uses of Interface
com.rezzedup.util.valuables.AdaptedValue
-
-
Uses of AdaptedValue in com.rezzedup.util.valuables
Subinterfaces of AdaptedValue in com.rezzedup.util.valuables Modifier and Type Interface Description interfaceDefaultAdaptedValue<S,O,V>A value that's associated with a default fallback and must be adapted to and from storage.Methods in com.rezzedup.util.valuables that return AdaptedValue Modifier and Type Method Description static <S,O,V>
AdaptedValue<S,O,V>AdaptedValue. of(Adapter<O,V> adapter, Value<S,O> value)Creates a newAdaptedValueby delegating to the provided arguments.Methods in com.rezzedup.util.valuables with parameters of type AdaptedValue Modifier and Type Method Description static <S,O,V>
DefaultAdaptedValue<S,O,V>DefaultAdaptedValue. of(V def, AdaptedValue<S,O,V> value)Creates a newDefaultAdaptedValueby delegating to the provided arguments.
-