public abstract class EquitablePropertyDelegate<T extends QBuilder<T>,S> extends ExistentialPropertyDelegate<T> implements EquitableProperty<T,S>
QBuilder.ConditionDelegate| Modifier | Constructor and Description |
|---|---|
protected |
EquitablePropertyDelegate(FieldPath field,
T canonical) |
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
eq(S value)
Specifies that the value of the field must be equal to the provided value.
|
Condition<T> |
ne(S value)
Specifies that the value of the field must not be equal to the provided value.
|
doesNotExist, 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, waitdoesNotExist, existspublic final Condition<T> eq(S value)
EquitablePropertypublic final Condition<T> ne(S value)
EquitablePropertyCopyright © 2017. All rights reserved.