# Functions

No description provided by the author
Parse parses an object filter expression.

# 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.

# Structs

Chain is a filter type that wraps other filter rules and itself.
Condition represents a single filter condition.
No description provided by the author
No description provided by the author

# 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.