DelayCellExtension<T> extension
Provides methods for creating cells that notify their observers after a delay.
- on
-
- ValueCell<
T>
- ValueCell<
Methods
-
delayed(
Duration delay) → FutureCell< T> -
Available on ValueCell<
Create a cell which notifies its observers, for value changes inT> , provided by the DelayCellExtension extensionthis
, after a delay.