SembastFilterCombination extension

Provides convenience methods for combining multiple Filters.

on

Operators

operator &(Filter other) Filter
Record must match this and other filter.
operator |(Filter other) Filter
Record must match this or other filter.