Pinq\IAggregatable::maximum PHP Method

maximum() public method

Returns the maximum value.
public maximum ( callable $function = null ) : mixed
$function callable The function which will return the values.
return mixed
    public function maximum(callable $function = null);