MetaCellExtension<T extends Object?> extension

Provides methods for handling EmptyMetaCellError.

on

Methods

withDefault(ValueCell<T> cell) ValueCell<T>

Available on MetaCell<T>, provided by the MetaCellExtension extension

Create a cell that evaluates to the value of cell when this meta cell is empty.