This class represents the logical complement of a single filter, which is itself a filter that can be incorporated in to further set operations. complementFilters are constructed using the prefix unary set operator "!" with a single filter operand.

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