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