Add a Dependent to this cell.
Add a Dependent to this cell. The Dependent will be notified when the Cell's value changes. Dependents are kept around as WeakReferences so they do not have to be explicitly removed from the List
Perform an atomic update of this Settable.
Perform an atomic update of this Settable. The current value is passed to the function and the ValueHolder is set to the result of the function. This is enclosed in the performAtomicOperation method which will, by default, synchronize this instance
The cell's value and most recent change time
Get a List of the Dependents
Get a List of the Dependents
Get the cell's value
Get the cell's value
Create a new Cell by applying the function to this cell
Create a new Cell by applying the function to this cell
Notify dependents of a state change.
Notify dependents of a state change. Note this will be performed on a separate thread asynchronously
Perform an atomic operation on the Settable.
Perform an atomic operation on the Settable. By default synchronizes the instance, but it could use other mechanisms
If the predicate cell changes, the Dependent will be notified.
Remove a Dependent to this cell.
Remove a Dependent to this cell.
Get the cell's value
Remove from all dependencies
Remove from all dependencies
Get a list of all the cells this Dependency depends on
Get a list of all the cells this Dependency depends on
The Cell notifies the Dependent of the dependency
The Cell notifies the Dependent of the dependency
The Cell notifies the Dependent of the removed dependency
The Cell notifies the Dependent of the removed dependency
Get the value.
Get the value. Use get.
(Since version 2.5) please used the correctly spelled unregisterFromAllDependencies
A ValueCell holds a value that can be mutated.