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
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
If the predicate cell changes, the Dependent will be notified
Remove a Dependent to this cell.
Remove a Dependent to this cell.
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
(Since version 2.5) please used the correctly spelled unregisterFromAllDependencies