Pinq\IAggregatable::aggregate PHP Метод

aggregate() публичный Метод

Aggregates the values with the supplied function.
public aggregate ( callable $function ) : mixed
$function callable The aggregate function, parameters: ($aggregate, $step)
Результат mixed
    public function aggregate(callable $function);