| Package | Description |
|---|---|
| org.eclipse.collections.impl.collector |
| Modifier and Type | Method and Description |
|---|---|
BigDecimalSummaryStatistics |
BigDecimalSummaryStatistics.merge(BigDecimalSummaryStatistics summaryStatistics) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T,?,BigDecimalSummaryStatistics> |
Collectors2.summarizingBigDecimal(Function<? super T,BigDecimal> function)
Returns a BigDecimalSummaryStatistics applying the specified function to each element of the stream or collection.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimalSummaryStatistics |
BigDecimalSummaryStatistics.merge(BigDecimalSummaryStatistics summaryStatistics) |
Copyright © 2004–2022. All rights reserved.