intersectFilter-class.RdThis 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.
filtersObject of class "list", containing the component filters.
filterIdObject of class "character"
referencing the filter applied.
Class "filter", directly.
Other setOperationFilter classes:
complementFilter-class,
setOperationFilter-class,
subsetFilter-class,
unionFilter-class