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

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

Returns a boolean of if any of the values evaluate to true.
public any ( callable $function = null ) : boolean
$function callable The function which will return the values.
Результат boolean
    public function any(callable $function = null);