This class represents the intersection of two filters, which is itself a filter that can be incorporated in to further set operations. intersectFilters are constructed using the binary set operator "&" with operands consisting of a single filter or list of filters.

Slots

filters

Object of class "list", containing the component filters.

filterId

Object of class "character" referencing the filter applied.

Extends

Class "filter", directly.

See also