public interface MutablePropertyValueSource extends PropertyValueSource, Mergable<PropertySet>
Modifier and Type | Method and Description |
---|---|
default void |
merge(PropertySet other,
boolean localOnly)
Merges the values from other collection into this one.
|
void |
remove(Property<?> prop) |
<T> void |
set(Property<T> prop,
T value) |
void |
set(PropertyValue propValue) |
contains, get, getOrDefault, getOrElse, getProperties, getValues
<T> void set(Property<T> prop, T value)
void set(PropertyValue propValue)
void remove(Property<?> prop)
default void merge(PropertySet other, boolean localOnly)
Mergable
merge
in interface Mergable<PropertySet>