| Interface | Description |
|---|---|
| ChangingValue<T> |
ChangingValue is intended as wrapper of value that could change over time and whose changes should propagate
to other values automatically. |
| Class | Description |
|---|---|
| DerivedValue<T,SourceType> | |
| DynamicValue<T> | |
| MutableValue<T> |
MutableValue is a wrapper of value that you can replace and whose changes will be propagated
to derived values. |