# Constants
All represents a filter chain type that matches when all of its ruleset matches.
Any represents a filter chain type that matches when at least one of its ruleset matches.
List of the supported comparison operators.
List of the supported comparison operators.
List of the supported comparison operators.
List of the supported comparison operators.
List of the supported comparison operators.
List of the supported comparison operators.
None represents a filter chain type that matches when none of its ruleset matches.
List of the supported comparison operators.
List of the supported comparison operators.
# Interfaces
Filter is implemented by every filter chains and filter conditions.
Filterable is implemented by every filterable type.
# Type aliases
CompOperator is a type used for grouping the individual comparison operators of a filter string.
LogicalOp is a type used for grouping the logical operators of a filter string.