Interface LongStatistic
-
- All Superinterfaces:
java.util.function.DoubleSupplier
,java.util.function.IntSupplier
,java.util.function.LongConsumer
,java.util.function.LongSupplier
,StatisticResult
- All Known Implementing Classes:
LongMax
,LongMean
,LongMin
,LongStandardDeviation
,LongSum
,LongSumOfSquares
,LongVariance
public interface LongStatistic extends java.util.function.LongConsumer, StatisticResult
Represents a state object for computing a statistic overlong
valued input(s).- Since:
- 1.1
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.statistics.descriptive.StatisticResult
getAsBigInteger, getAsInt, getAsLong
-
-