NullCheckExtension<T> extension
Provides methods that check for and handle null values.
- on
-
- ValueCell<
T?>
- ValueCell<
Properties
-
notNull
→ ValueCell<
T> -
Available on ValueCell<
A cell that is guaranteed to hold a non-null value.T?> , provided by the NullCheckExtension extensionno setter
Methods
-
coalesce(
ValueCell< T> ifNull) → ValueCell<T> -
Available on ValueCell<
Replace null values in this cell with value of another cell.T?> , provided by the NullCheckExtension extension