T
- public abstract static class UpdateValue.Update<T> extends Object
Constructor and Description |
---|
Update() |
Modifier and Type | Method and Description |
---|---|
abstract T |
apply(T original)
Modify the input value and return the modification.
|
boolean |
isModified()
true if this Update has modified the input value and requires a store,
defaults to
true |
protected void |
setModified(boolean modified)
Set the modification status of this update, defaults to
true |
public abstract T apply(T original)
original
- the resolved valuepublic boolean isModified()
true
protected void setModified(boolean modified)
true
modified
- true if modifiedCopyright © 2016. All rights reserved.