DelayCellExtension<T> extension

Provides methods for creating cells that notify their observers after a delay.

on

Methods

delayed(Duration delay) FutureCell<T>

Available on ValueCell<T>, provided by the DelayCellExtension extension

Create a cell which notifies its observers, for value changes in this, after a delay.