Interface Accumulator<T>

Type Parameters:
T - The type of supporting data.
All Superinterfaces:
Calculator<T>
All Known Implementing Classes:
MaxStatistic.MaxAccumulator, MinStatistic.MinAccumulator, SumStatistic.SumAccumulator

public interface Accumulator<T> extends Calculator<T>
Specialization of Calculator directly supporting streaming calculations over Quantity and CalculatedValue streams.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot io)