# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
PassthroughTransformer is a transformer that passes the criteria through without any transformation.
# Structs
No description provided by the author
StrictTransformerMux is like [TransformerMux] but it returns an error if no transformer is found for a given property.
# Interfaces
Transformer can transform [query.Filter] criteria into another [query.FilterExpression].
# Type aliases
TransformerFunc is a function that implements the [Transformer] interface.
TransformerMux combines several [Transformer] instances into a single one.