Uses of Class
com.tangosol.util.extractor.IdentityExtractor
Package
Description
This package contains builders for the various CohQL functions.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
Uses of IdentityExtractor in com.tangosol.coherence.dslquery.function
Modifier and TypeFieldDescriptionFunctionBuilders.VALUE_FUNCTION_BUILDER
This builder will realize instances of theIdentityExtractor
aggregator. -
Uses of IdentityExtractor in com.tangosol.util.extractor
Modifier and TypeFieldDescriptionstatic final IdentityExtractor
IdentityExtractor.INSTANCE
An instance of the IdentityExtractor.Modifier and TypeMethodDescriptionstatic <T> IdentityExtractor
<T> IdentityExtractor.INSTANCE()
Return an instance of the IdentityExtractor.