reactiveSetOf

Returns an empty new MutableReactiveSet.


fun <E> reactiveSetOf(vararg elements: E): MutableReactiveSet<E>

Returns a new MutableReactiveSet containing the specified elements