| Package | Description |
|---|---|
| org.eclipse.collections.impl.collector |
| Modifier and Type | Method and Description |
|---|---|
SummaryStatistics<T> |
SummaryStatistics.addDoubleFunction(Object key,
DoubleFunction<? super T> function)
Deprecated.
|
SummaryStatistics<T> |
SummaryStatistics.addIntFunction(Object key,
IntFunction<? super T> function)
Deprecated.
|
SummaryStatistics<T> |
SummaryStatistics.addLongFunction(Object key,
LongFunction<? super T> function)
Deprecated.
|
SummaryStatistics<T> |
SummaryStatistics.merge(SummaryStatistics<T> summaryStatistics)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T,?,SummaryStatistics<T>> |
Collectors2.summarizing(ImmutableList<IntFunction<? super T>> intFunctions,
ImmutableList<LongFunction<? super T>> longFunctions,
ImmutableList<DoubleFunction<? super T>> doubleFunctions)
Returns a SummaryStatistics with results for int, long and double functions calculated for
each element in the Stream or Collection this Collector is applied to.
|
Collector<T,?,SummaryStatistics<T>> |
SummaryStatistics.toCollector()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SummaryStatistics<T> |
SummaryStatistics.merge(SummaryStatistics<T> summaryStatistics)
Deprecated.
|
Copyright © 2004–2017. All rights reserved.