425426427428429430431
* @param target * the set to wrap * @return a disposable proxy for the given observable set */ public static IObservableSet proxyObservableSet(IObservableSet target) { return new DecoratingObservableSet(target, false); }