| Package | Description |
|---|---|
| io.doov.core.dsl.field |
Field info implementations.
|
| io.doov.core.dsl.impl |
Condition implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFieldInfo |
| Modifier and Type | Method and Description |
|---|---|
default StepCondition |
LogicalFieldInfo.and(LogicalFieldInfo value)
|
default StepCondition |
LogicalFieldInfo.or(LogicalFieldInfo value)
|
default StepCondition |
LogicalFieldInfo.xor(LogicalFieldInfo value)
|
| Modifier and Type | Method and Description |
|---|---|
StepCondition |
BooleanCondition.and(LogicalFieldInfo value)
Returns a step condition checking if the node value and the given field value is true.
|
StepCondition |
BooleanCondition.or(LogicalFieldInfo value)
Returns a step condition checking if the node value or the given field value is true.
|
StepCondition |
BooleanCondition.xor(LogicalFieldInfo value)
Returns a step condition checking if the node value or exclusive the given field value is true.
|
Copyright © 2018. All rights reserved.