Uses of Class
com.tangosol.util.aggregator.ReducerAggregator
Packages that use ReducerAggregator
-
Uses of ReducerAggregator in com.tangosol.util
Methods in com.tangosol.util that return ReducerAggregatorModifier and TypeMethodDescriptionstatic <K,
V, T, R extends Comparable<? super R>>
ReducerAggregator<K, V, T, R> Aggregators.reduce
(ValueExtractor<? super T, ? extends R> extractor) Return an aggregator that will return the extracted value for each entry in the map.static <K,
V, T, R extends Comparable<? super R>>
ReducerAggregator<K, V, T, R> Return an aggregator that will return the extracted value for each entry in the map.