| Package | Description |
|---|---|
| io.doov.core.dsl |
Main package, entry point is
DOOV. |
| io.doov.core.dsl.field |
Field info implementations.
|
| io.doov.core.dsl.field.types | |
| io.doov.core.dsl.impl |
Condition implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static IntegerCondition |
DOOV.count(StepCondition... steps)
Returns an integer condition that returns the number of given conditions that evaluates to true.
|
| Modifier and Type | Method and Description |
|---|---|
default IntegerCondition |
BaseFieldInfo.mapToInt(Function<T,Integer> mapper)
|
| Modifier and Type | Method and Description |
|---|---|
IntegerCondition |
IntegerFieldInfo.getNumericCondition() |
default IntegerCondition |
TextFieldInfo.length()
|
default IntegerCondition |
TextFieldInfo.parseInt()
|
| Modifier and Type | Method and Description |
|---|---|
static IntegerCondition |
LogicalNaryCondition.count(List<StepCondition> steps)
Returns an integer condition that returns the number of the given conditions that evaluate to true.
|
IntegerCondition |
StringCondition.length()
Returns an integer condition that returns the node value length.
|
IntegerCondition |
DefaultCondition.mapToInt(Function<T,Integer> mapper)
Returns an integer step condition that returns the node value mapped by the given mapper.
|
IntegerCondition |
StringCondition.parseInt()
Returns an integer condition that returns the node value as an integer.
|
Copyright © 2018. All rights reserved.