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<T, E> extractor) Returns aCollectionExtractor
that wraps the specifiedValueExtractor
.static <T,
E> CollectionExtractor <T, E> Extractors.fromCollection
(String from) Returns aCollectionExtractor
that extracts the specified field.