public abstract class NumberPropertyDelegate<T extends QBuilder<T>,S extends Number> extends ListablePropertyDelegate<T,S> implements NumberProperty<T,S>
QBuilder.ConditionDelegate| Modifier | Constructor and Description |
|---|---|
protected |
NumberPropertyDelegate(FieldPath field,
T canonical) |
| 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, existsgetFieldand, and, bool, condition, condition, doubleNum, enumeration, floatNum, instant, intNum, longNum, or, or, prop, shortNum, stringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitin, in, nin, nineq, nedoesNotExist, existspublic final Condition<T> gt(S number)
NumberPropertypublic final Condition<T> lt(S number)
NumberPropertypublic final Condition<T> gte(S number)
NumberPropertypublic final Condition<T> lte(S number)
NumberPropertyCopyright © 2017. All rights reserved.