Interface WithAggregationMethod

interface WithAggregationMethod {
    aggregation<ResultElementType>(): Aggregation<ResultElementType>;
}

Hierarchy (view full)

Methods

Methods