com.intellij.openapi.util
Class Condition.Not<T>

java.lang.Object
  extended by com.intellij.openapi.util.Condition.Not<T>
All Implemented Interfaces:
Condition<T>
Enclosing interface:
Condition<T>

public static class Condition.Not<T>
extends java.lang.Object
implements Condition<T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.intellij.openapi.util.Condition
Condition.Not<T>
 
Method Summary
static
<T> Condition<T>
create(Condition<T> condition)
           
 boolean value(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

value

public boolean value(T value)
Specified by:
value in interface Condition<T>

create

public static <T> Condition<T> create(Condition<T> condition)