Interface Value<T>
- All Superinterfaces:
Signal
- All Known Subinterfaces:
ReadableValue<T>
,WritableValue<T>
- All Known Implementing Classes:
AbstractValue
,ConstantValue
,DerivedValue
,SlotValue
-
Method Summary
-
Method Details
-
listen
Adds a listener. The listener may not be added again if already added. When added, it is guaranteed to be invoked immediately with the current value. -
listen
Description copied from interface:Signal
Adds a listener. The listener may not be added again if already added. When added, it is guaranteed to be invoked immediately. -
map
-