SembastFilterCombination extension
Provides convenience methods for combining multiple Filters.
- on
Operators
-
operator &(
Filter other) → Filter -
Available on Filter, provided by the SembastFilterCombination extension
Record must match this andother
filter. -
operator |(
Filter other) → Filter -
Available on Filter, provided by the SembastFilterCombination extension
Record must match this orother
filter.