|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use And | |
|---|---|
| org.springframework.rules.constraint | Out of the box predicates that address common needs such as comparison and composition. |
| org.springframework.rules.factory | Factories for creating rules. |
| Uses of And in org.springframework.rules.constraint |
|---|
| Methods in org.springframework.rules.constraint that return And | |
|---|---|
And |
ConstraintsAccessor.conjunction()
|
| Uses of And in org.springframework.rules.factory |
|---|
| Methods in org.springframework.rules.factory that return And | |
|---|---|
And |
Constraints.all(Constraint[] constraints)
Return the conjunction (all constraint) for all constraints. |
And |
Constraints.and(Constraint constraint1,
Constraint constraint2)
AND two constraints. |
And |
Constraints.conjunction()
Returns a new, empty conjunction prototype, capable of composing individual constraints where 'ALL' must test true. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||