MutableObservableSet

Any changes made to the underlying set will NOT cause change events to be fired. Therefore, it is not advisable to keep references to the underlying set.

Functions

Link copied to clipboard
open fun addAll(vararg elements: E): Boolean
Link copied to clipboard
open fun removeAll(vararg elements: E): Boolean