67686970717273
/** * The thirsd most common check : this value is anything. It's a common way to have the field have any value. * @return */ public QueryExpression isAnything() { return new AnythingExpression(source, getFieldPath()); }
48495051525354
/** * The thirsd most common check : this value is anything. It's a common way to have the field have any value. * @return */ public QueryExpression isAnything() { return new AnythingExpression(source); }
54555657585960