Compare the value of this field object to the passed in value. @param op The operator @param value The value to compare this Field to @return Whether or not the comparison yields true.
(Predicate.Op op, Field value)
| 24 | * @return Whether or not the comparison yields true. |
| 25 | */ |
| 26 | boolean compare(Predicate.Op op, Field value); |
| 27 | |
| 28 | /** |
| 29 | * Returns the type of this field (see {@link Type#INT_TYPE} or {@link Type#STRING_TYPE} |
no outgoing calls