Class DecoratingVetoableValue<T>

    • Constructor Detail

      • DecoratingVetoableValue

        public DecoratingVetoableValue​(IObservableValue<T> decorated,
                                       boolean disposeDecoratedOnDispose)
        Parameters:
        decorated - the observable value being decorated
        disposeDecoratedOnDispose - whether the decorated observable should be disposed when the decorator is disposed