Uses of Class
org.eclipse.collections.impl.collector.BigIntegerSummaryStatistics
-
Packages that use BigIntegerSummaryStatistics Package Description org.eclipse.collections.impl.collector -
-
Uses of BigIntegerSummaryStatistics in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector that return BigIntegerSummaryStatistics Modifier and Type Method Description BigIntegerSummaryStatisticsBigIntegerSummaryStatistics. merge(BigIntegerSummaryStatistics summaryStatistics)Methods in org.eclipse.collections.impl.collector that return types with arguments of type BigIntegerSummaryStatistics Modifier and Type Method 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.Methods in org.eclipse.collections.impl.collector with parameters of type BigIntegerSummaryStatistics Modifier and Type Method Description BigIntegerSummaryStatisticsBigIntegerSummaryStatistics. merge(BigIntegerSummaryStatistics summaryStatistics)
-