Interface StatefulAggregator<R,T>

All Superinterfaces:
Aggregator<R,T>
All Known Implementing Classes:
ExtremeValueAggregator, RealSumAggregator, UpperCardinalitySumAggregator

public interface StatefulAggregator<R,T> extends Aggregator<R,T>