Interface LongStatistic

All Superinterfaces:
DoubleSupplier, IntSupplier, LongConsumer, LongSupplier, StatisticResult
All Known Implementing Classes:
LongMax, LongMean, LongMin, LongStandardDeviation, LongSum, LongSumOfSquares, LongVariance

public interface LongStatistic extends LongConsumer, StatisticResult
Represents a state object for computing a statistic over long valued input(s).
Since:
1.1