CellMaybeExtension<T> extension

Extends MutableCell with the maybe method for creating a MaybeCell.

on

Methods

maybe() MaybeCell<T>

Available on MutableCell<T>, provided by the CellMaybeExtension extension

Creates a MaybeCell which wraps this cell's value.