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. |