SetCellExtension<T> extension
Methods
-
contains(
ValueCell elem) → ValueCell< bool> -
Available on ValueCell<
Returns a cell that evaluates to true if the Set containsSet< , provided by the SetCellExtension extensionT> >elem
. -
containsAll(
ValueCell< Iterable> elems) → ValueCell<bool> -
Available on ValueCell<
Returns a cell that evaluates to true if the Set containsSet< , provided by the SetCellExtension extensionT> >elems
.