public interface StepCondition extends Readable, SyntaxTree
| Modifier and Type | Method and Description |
|---|---|
default StepCondition |
and(StepCondition condition) |
Metadata |
getMetadata() |
default StepCondition |
not() |
default StepCondition |
or(StepCondition condition) |
BiPredicate<DslModel,Context> |
predicate() |
acceptBiPredicate<DslModel,Context> predicate()
Metadata getMetadata()
default StepCondition and(StepCondition condition)
default StepCondition or(StepCondition condition)
default StepCondition not()
Copyright © 2017. All rights reserved.