|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.condition.CompositeCondition<E>
org.databene.commons.condition.AndCondition<E>
public class AndCondition<E>
Composite condition that requires each sub condition to be true.
If no sub conditions exist, true is returned by default.
Created: 04.02.2007 00:42:31
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.condition.CompositeCondition |
|---|
components |
| Constructor Summary | |
|---|---|
AndCondition(Condition<E>... components)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(E argument)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndCondition(Condition<E>... components)
| Method Detail |
|---|
public boolean evaluate(E argument)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||