Type parameters
-
T
Hierarchy
- ComparableFieldOperand
Methods
eq
-
The field is equal to a constant.
Parameters
-
x: T
Constant that the field needs to be compared with.
Returns Filter
-
gt
-
The field is greater than the constant.
Parameters
-
x: T
Constant that the field needs to be compared with.
Returns Filter
-
gte
-
The field is greater than or equal to a constant.
Parameters
-
x: T
Constant that the field needs to be compared with.
Returns Filter
-
lt
-
The field is less than the constant.
Parameters
-
x: T
Constant that the field needs to be compared with.
Returns Filter
-
lte
-
The field is less than or equal to a constant.
Parameters
-
x: T
Constant that the field needs to be compared with.
Returns Filter
-
neq
-
The field is not equal to a constant.
Parameters
-
x: T
Constant that the field needs to be compared with.
Returns Filter
-
Filtering for calculated fields
ComparableFieldOperand provides filtering methods for compared fields.