Package com.apple.foundationdb.record.query.predicates

Implementations of query predicates

Like QueryComponents, QueryPredicates represent (tri-valued) Boolean expressions on records. While they are generally similar, there are a few significant differences between the two interfaces, especially in how they handle predicates on repeated fields.

See Also:
for more details