Package jetbrains.mps.util
Class AndCondition<T>
- java.lang.Object
 - 
- jetbrains.mps.util.AndCondition<T>
 
 
- 
- 
Field Summary
- 
Fields inherited from interface org.jetbrains.mps.util.Condition
FALSE_CONDITION, TRUE_CONDITION 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AndCondition(Condition<T> c1, Condition<T> c2)AndCondition(Condition<T> c1, Condition<T> c2, boolean executeBoth) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmet(T object)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.jetbrains.mps.util.Condition
asPredicate 
 - 
 
 -