NullCheckExtension<T> extension

Provides methods that check for and handle null values.

on

Properties

notNull ValueCell<T>
A cell that is guaranteed to hold a non-null value.
no setter

Methods

coalesce(ValueCell<T> ifNull) ValueCell<T>
Replace null values in this cell with value of another cell.