Uses of Class
com.tangosol.util.extractor.CollectionExtractor
Packages that use CollectionExtractor
-
Uses of CollectionExtractor in com.tangosol.util
Methods in com.tangosol.util that return CollectionExtractorModifier and TypeMethodDescriptionstatic <T,
E> CollectionExtractor <T, E> Extractors.fromCollection
(ValueExtractor<?, ?>... extractors) Returns aCollectionExtractor
that wraps the specifiedValueExtractor
s.static <T,
E> CollectionExtractor <T, E> Extractors.fromCollection
(String... fields) Returns aCollectionExtractor
that extracts the specified fields where extraction occurs in a chain where the result of each field extraction is the input to the next extractor.