| Package | Description | 
|---|---|
| com.tangosol.coherence.dslquery.function | 
 This package contains builders for the various CohQL functions. 
 | 
| com.tangosol.util.extractor | 
 Contains  
ValueExtractor and
ValueUpdater related classes. | 
| Modifier and Type | Field and Description | 
|---|---|
static ParameterizedBuilder<IdentityExtractor> | 
FunctionBuilders.VALUE_FUNCTION_BUILDER
This builder will realize instances of the  
IdentityExtractor aggregator. | 
| Modifier and Type | Field and Description | 
|---|---|
static IdentityExtractor | 
IdentityExtractor.INSTANCE
An instance of the IdentityExtractor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> IdentityExtractor<T> | 
IdentityExtractor.INSTANCE()
Return an instance of the IdentityExtractor. 
 |