MutableSetCellExtension<T> extension

Provides MutableCell variants of the methods provided by SetCellExtension.

on

Methods

contains(ValueCell<T> elem) MutableCell<bool>

Available on MutableCell<Set<T>>, provided by the MutableSetCellExtension extension

Creates a cell that is true if the value held in elem is present in the set held in this.
containsAll(ValueCell<Iterable> elems) MutableCell<bool>

Available on MutableCell<Set<T>>, provided by the MutableSetCellExtension extension