MaybeCellExtension<T> extension
Properties
- error → ValueCell
-
Available on ValueCell<
A cell which evaluates to the error of the Maybe.Maybe< , provided by the MaybeCellExtension extensionT> >no setter - unwrap → ValueCell
-
Available on ValueCell<
A cell which evaluates to the unwrapped value (by Maybe.unwrap) of the Maybe.Maybe< , provided by the MaybeCellExtension extensionT> >no setter