Type of the object that filter will be run against.
Creates an instance of FilterOperator.
The filtering method.
The filtering method.
Runs the filter against value, and returns true if the value
passes the filter, false otherwise.
An object to run filter against
Did the object pass the filter?
Generated using TypeDoc
A class that holds the filter method and runs the filter on given value.