|
CTAT 3.1 Function Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.pact.BehaviorRecorder.ProblemModel.Matcher.Functions.and
public class and
Returns true if every argument is true, false otherwise.
| Constructor Summary | |
|---|---|
and()
|
|
| Method Summary | |
|---|---|
boolean |
and(boolean... values)
Returns true if every argument is true, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public and()
| Method Detail |
|---|
public boolean and(boolean... values)
Returns true if every argument is true, false otherwise.
values - boolean values to test
|
CTAT 3.1 Function Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||