Class DecoratingObservableSet<E>

    • Constructor Detail

      • DecoratingObservableSet

        public DecoratingObservableSet​(IObservableSet<E> decorated,
                                       boolean disposeDecoratedOnDispose)
        Constructs a DecoratingObservableSet which decorates the given observable.
        Parameters:
        decorated - the observable set being decorated
        disposeDecoratedOnDispose - whether the decorated observable should be disposed when the decorator is disposed