Show / Hide Table of Contents

Interface IValueManipulator

IValueManipulator represents a composition of IValueExtractor and IValueUpdater implementations.

Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IValueManipulator

Properties

Extractor

Retreive the underlying IValueExtractor reference.

Declaration
IValueExtractor Extractor { get; }
Property Value
Type Description
IValueExtractor

The IValueExtractor.

Updater

Retreive the underlying IValueUpdater reference.

Declaration
IValueUpdater Updater { get; }
Property Value
Type Description
IValueUpdater

The IValueUpdater.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.