Predicate.Builder |
Predicate.Builder.and(Collection<Predicate> and) |
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.and(Consumer<Predicate.Builder>... and) |
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.and(Predicate... and) |
A list of predicates to combine logically.
|
static Predicate.Builder |
Predicate.builder() |
|
Predicate.Builder |
Predicate.Builder.field(String field) |
The field to query.
|
Predicate.Builder |
Predicate.Builder.operand(String operand) |
The value to use when performing the evaluation.
|
Predicate.Builder |
Predicate.Builder.operandType(String operandType) |
The type of value to use when performing the evaluation.
|
Predicate.Builder |
Predicate.Builder.operator(String operator) |
The operator to use to perform the evaluation.
|
Predicate.Builder |
Predicate.Builder.or(Collection<Predicate> or) |
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.or(Consumer<Predicate.Builder>... or) |
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.or(Predicate... or) |
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.toBuilder() |
|