Interface ModifiedValues.Property<T>

All Known Subinterfaces:
ModifiedValues.MapProperty<K,V>
Enclosing class:
ModifiedValues

public static interface ModifiedValues.Property<T>
  • Method Details

    • getValue

      T getValue()
    • getModifiedValue

      T getModifiedValue()
    • isModified

      boolean isModified()
    • modifyValue

      void modifyValue(T value)