CompositeUpdater Constructor (IValueExtractor, IValueUpdater) | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Construct a CompositeUpdater based on the specified
            extractor and updater.
            
 
    Namespace: 
   Tangosol.Util.Extractor
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
RemarksNote: the extractor and updater here are not symmetrical
            in nature: the extractor is used to "drill-down" to the target
            object, while the updater will operate on that extracted object.
            
See Also