Pinq\IAggregatable::minimum PHP Method

minimum() public method

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