453454455456457458459
* the map to wrap * @return a disposable proxy for the given observable map * @since 1.2 */ public static IObservableMap proxyObservableMap(IObservableMap target) { return new DecoratingObservableMap(target, false); }