fun <T> ObservableSet<T>.asUnmodifiable(): ObservableSet<T>
Returns an unmodifiable ObservableSet that wraps the original set.