Class AAggregation<FunT extends IAggregationFunction>

java.lang.Object
com.activeviam.tech.aggregation.api.impl.AAggregation<FunT>
Type Parameters:
FunT - The type of the aggregation function.
All Implemented Interfaces:
IAggregation, IGenericAggregation, Serializable
Direct Known Subclasses:
HistoryAggregation

public abstract class AAggregation<FunT extends IAggregationFunction> extends Object implements IAggregation
Base class for implementing IAggregation classes.
Author:
ActiveViam
See Also: