Class BigDecimalSummaryStatistics

java.lang.Object
org.eclipse.collections.impl.collector.BigDecimalSummaryStatistics
All Implemented Interfaces:
Serializable, Consumer<BigDecimal>, Procedure<BigDecimal>

public class BigDecimalSummaryStatistics
extends Object
implements Procedure<BigDecimal>
BigDecimalSummaryStatistics can be used to keep a rolling count, sum, min, max and average of BigDecimal values.
Since:
8.1
See Also:
Collectors2.summarizingBigDecimal(org.eclipse.collections.api.block.function.Function), Serialized Form