Interface MutablePropertyValueSource

    • Method Detail

      • set

        <T> void set​(Property<T> prop,
                     T value)
      • remove

        void remove​(Property<?> prop)
      • merge

        default void merge​(PropertySet other,
                           boolean localOnly)
        Description copied from interface: Mergable
        Merges the values from other collection into this one. Replaces any currently existing value with those from the other set.
        Specified by:
        merge in interface Mergable<PropertySet>