Method Summary
All Methods Instance Methods Abstract Methods
Append a new
Condition to this builder, which must evaluate to true in order for this composite
Condition to evaluate to true.
Append a new
Condition to this builder, which must not evaluate to true in order for this composite
Condition to evaluate to true.
Method Details
and
Append a new
Condition to this builder, which must evaluate to true in order for this composite
Condition to evaluate to true.
andNot
Append a new
Condition to this builder, which must not evaluate to true in order for this composite
Condition to evaluate to true.
or
Append a new
Condition to this builder. If either this or the given
Condition evaluate to true,
the composite
Condition will evaluate to true.
orNot
Append a new
Condition to this builder. If either this evaluates to true or the given
Condition
evaluates to false, the composite
Condition will evaluate to true.