and function
Matches if all of the given filters
match.
Implementation
FilterExpr and(List<FilterExpr> filters) {
return FilterAnd(filters);
}
Matches if all of the given filters
match.
FilterExpr and(List<FilterExpr> filters) {
return FilterAnd(filters);
}