4243444546474849
} public IObservableSet observe(Realm realm, Object source) { IObservableSet observable = super.observe(realm, source); if (source instanceof Viewer) return new ViewerObservableSetDecorator(observable, (Viewer) source); return observable; }