public class IsNot extends java.lang.Object implements StateCondition
StateCondition.| Constructor and Description |
|---|
IsNot(StateCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(State state)
Tests the condition of the state.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittestpublic IsNot(StateCondition condition)
public boolean test(State state)
StateConditiontest in interface java.util.function.Predicate<State>test in interface StateConditionstate - The state.public java.lang.String toString()
toString in class java.lang.Object