Uses of Class
com.tangosol.util.extractor.IdentityExtractor
Packages that use 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
Fields in com.tangosol.coherence.dslquery.function with type parameters of type IdentityExtractorModifier and TypeFieldDescriptionFunctionBuilders.VALUE_FUNCTION_BUILDER
This builder will realize instances of theIdentityExtractor
aggregator. -
Uses of IdentityExtractor in com.tangosol.util.extractor
Fields in com.tangosol.util.extractor declared as IdentityExtractorModifier and TypeFieldDescriptionstatic final IdentityExtractor
IdentityExtractor.INSTANCE
An instance of the IdentityExtractor.Methods in com.tangosol.util.extractor that return IdentityExtractorModifier and TypeMethodDescriptionstatic <T> IdentityExtractor
<T> IdentityExtractor.INSTANCE()
Return an instance of the IdentityExtractor.