Uses of Class
com.tangosol.util.extractor.IdentityExtractor
-
Packages that use IdentityExtractor Package Description com.tangosol.coherence.dslquery.function This package contains builders for the various CohQL functions.com.tangosol.util.extractor ContainsValueExtractor
andValueUpdater
related classes. -
-
Uses of IdentityExtractor in com.tangosol.coherence.dslquery.function
Fields in com.tangosol.coherence.dslquery.function with type parameters of type IdentityExtractor Modifier and Type Field Description static ParameterizedBuilder<IdentityExtractor>
FunctionBuilders. 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 IdentityExtractor Modifier and Type Field Description static IdentityExtractor
IdentityExtractor. INSTANCE
An instance of the IdentityExtractor.Methods in com.tangosol.util.extractor that return IdentityExtractor Modifier and Type Method Description static <T> IdentityExtractor<T>
IdentityExtractor. INSTANCE()
Return an instance of the IdentityExtractor.
-