Interface AggregateExtensions


public interface AggregateExtensions
This interface provides additional functionality to aggregates.
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    aggregateValue(CellValue valueToAggregate, Report report)
    Aggregates the specified value.
  • Method Details

    • aggregateValue

      void aggregateValue(CellValue valueToAggregate, Report report)

      Aggregates the specified value.

      If an aggregate implements both Aggregate and AggregateExtensions, then this method is used instead of Aggregate.aggregateValue(CellValue).

      Note that report may be null for compatibility reasons.

      Parameters:
      valueToAggregate - The value to aggregate
      report - The report the value is aggregated for