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 aCollectionExtractorthat wraps the specifiedValueExtractors.static <T,E> CollectionExtractor <T, E> Extractors.fromCollection(String... fields) Returns aCollectionExtractorthat extracts the specified fields where extraction occurs in a chain where the result of each field extraction is the input to the next extractor.