| Package | Description |
|---|---|
| org.eclipse.collections.impl.collector |
| Modifier and Type | Method | Description |
|---|---|---|
BigDecimalSummaryStatistics |
BigDecimalSummaryStatistics.merge(BigDecimalSummaryStatistics summaryStatistics) |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
BigDecimalSummaryStatistics |
BigDecimalSummaryStatistics.merge(BigDecimalSummaryStatistics summaryStatistics) |
Copyright © 2004–2019. All rights reserved.