T - The final type of the builder.S - The type of the numbers that the property supports.public interface NumberProperty<T extends QBuilder<T>,S extends Number> extends ListableProperty<T,S>, EquitableProperty<T,S>
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
gt(S number)
Specifies that the field's value must be greater than the provided value.
|
Condition<T> |
gte(S number)
Specifies that the field's value must be greater than or equal to the provided value.
|
Condition<T> |
lt(S number)
Specifies that the field's value must be less than the provided value.
|
Condition<T> |
lte(S number)
Specifies that the field's value must be less than or equal to the provided value.
|
in, in, nin, nineq, nedoesNotExist, existsCondition<T> gt(S number)
number - The value that the field's value must be greater than.Condition<T> lt(S number)
number - The value that the field's value must be less than.Condition<T> gte(S number)
number - The value that the field's value must be greater than or equal to.Copyright © 2017. All rights reserved.