Package com.exedio.cope
Class NotCondition
- java.lang.Object
-
- com.exedio.cope.Condition
-
- com.exedio.cope.NotCondition
-
- All Implemented Interfaces:
Serializable
public final class NotCondition extends Condition
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotCondition(Condition argument)
Creates a new NotCondition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
-
-
-
Constructor Detail
-
NotCondition
public NotCondition(Condition argument)
Creates a new NotCondition. Instead of using this constructor directly, you may want to use the more type-safe wrapper method.- Throws:
NullPointerException
- ifargument
is null.- See Also:
Condition.not()
-
-