• Returns

    an aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts generic Number input values. Aggregation result type is Long.

    Parameters

    • Optional attributePath: string

      extracts values from this path if given

    Returns Aggregator<Long>

Generated using TypeDoc