DelayCellExtension<T> extension

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

on

Methods

delayed(Duration delay) FutureCell<T>
Create a cell which notifies its observers, for value changes in this, after a delay.