CellMaybeExtension<T> extension

Extends MutableCell with the maybe method for creating a MaybeCell.

on

Methods

maybe() MaybeCell<T>
Creates a MaybeCell which wraps this cell's value.