• Returns

    an aggregator that calculates the average of the input values. Does NOT accept null input values. Accepts only Integer input values (primitive and boxed). Aggregation result type is number.

    Parameters

    • Optional attributePath: string

      extracts values from this path if given

    Returns Aggregator<number>

Generated using TypeDoc