# Functions

AndSelectors create a selector that is the logical AND of all the given selectors.
No description provided by the author
No description provided by the author
Nothing return a Selector that matches no fields.
OneTermEqualSelector returns an object that matches objects where one field/field equals one value.
OneTermNotEqualSelector returns an object that matches objects where one field/field does not equal one value.
ParseAndTransformSelector parses the selector and runs them through the given TransformFunc.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Defines some operators to use.
Defines some operators to use.
Defines some operators to use.
Defines some operators to use.
Defines some operators to use.
Defines some operators to use.
Defines some operators to use.
Defines some operators to use.
Defines some operators to use.

# Structs

No description provided by the author
Requirement contains a field, a value, and an operator that relates the field and value.
No description provided by the author

# Interfaces

No description provided by the author
Selector represents a field selector.

# Type aliases

No description provided by the author
Requirements is AND of all requirements.
No description provided by the author
TransformFunc transforms selectors.