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 and other filter.
operator |(Filter other) Filter

Available on Filter, provided by the SembastFilterCombination extension

Record must match this or other filter.