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() |
public IsNot(StateCondition condition)
public boolean test(State state)
StateCondition
test
in interface java.util.function.Predicate<State>
test
in interface StateCondition
state
- The state.public java.lang.String toString()
toString
in class java.lang.Object