Pinq\IAggregatable::aggregate PHP Method

aggregate() public method

Aggregates the values with the supplied function.
public aggregate ( callable $function ) : mixed
$function callable The aggregate function, parameters: ($aggregate, $step)
return mixed
    public function aggregate(callable $function);