| Package | Description |
|---|---|
| io.doov.core.dsl.impl |
Condition implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static LogicalNaryCondition |
LogicalNaryCondition.matchAll(List<StepCondition> steps)
Returns a nary condition that returns true if all the given steps evaluate to true.
|
static LogicalNaryCondition |
LogicalNaryCondition.matchAny(List<StepCondition> steps)
Returns a nary condition that returns true if any of the given steps evaluate to true.
|
static LogicalNaryCondition |
LogicalNaryCondition.matchNone(List<StepCondition> steps)
Returns a nary condition that returns true if none the given steps evaluate to true.
|
Copyright © 2018. All rights reserved.