public class LogicalUnaryCondition extends DefaultStepCondition
| Modifier and Type | Method and Description |
|---|---|
static LogicalUnaryCondition |
negate(StepCondition step)
Returns a unary condition that returns true if the given step does not evaluate to true.
|
metadata, predicatetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, not, ormarkdown, markdown, readable, readablepublic static LogicalUnaryCondition negate(StepCondition step)
step - the condition to negate