Represents an object which can match data to a filter query.
The type of data being matched.
The type of filter that helps relate to the data.
Gets whether the given data matches the given filter.
The data to check.
The filter to match against.
True if the data matches the filter.
Represents an object which can match data to a filter query.