Static
createCreates a new field filter expression.
The field.
The comparison operator.
The value.
A new FilterExpression.
Static
createCreates a new custom field filter expression.
The field.
The custom type of this field e.g. Tenor.
The operator.
The value.
A new FilterExpression.
Static
createCreates a new logical filter expression.
The logical operator.
Rest
...expressions: FilterExpression[]A list of FilterExpressions.
A new FilterExpression.
Static
createCreates a new numeric field filter expression.
The field.
The numeric comparison operator.
The value.
A new FilterExpression.
Static
createCreates a new text field filter expression.
The field.
The text comparison operator.
The value.
A new FilterExpression.
Generated using TypeDoc
Name
ContainerFilterFactory