Package jetbrains.mps.util
Class NotCondition<T>
- java.lang.Object
 - 
- jetbrains.mps.util.NotCondition<T>
 
 
- 
- 
Field Summary
- 
Fields inherited from interface org.jetbrains.mps.util.Condition
FALSE_CONDITION, TRUE_CONDITION 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NotCondition(Condition<T> delegate) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmet(T obj)static <T> NotCondition<T>negate(Condition<T> delegate)Handy alternative tonew NotCondition()(to save type argument)- 
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 
 - 
 
 -