MaybeCellExtension<T> extension

Extends MaybeCell with Maybe property accessors.

on

Properties

error ValueCell
A cell which evaluates to the error of the Maybe.
no setter
unwrap ValueCell
A cell which evaluates to the unwrapped value (by Maybe.unwrap) of the Maybe.
no setter