T
- The type of the value.public abstract class BaseDynamicValue<T> extends Object implements DynamicValue<T>
UpdatePolicy
the new value is immedeately active or it requires an active commit
by client code. Similarly an instance also can ignore all later changes to the value.DynamicValue.UpdatePolicy
Constructor and Description |
---|
BaseDynamicValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener, commit, commitAndGet, discard, evaluateValue, get, getNewValue, getUpdatePolicy, isPresent, orElse, orElseGet, orElseThrow, removeListener, setUpdatePolicy, updateValue
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.