| Package | Description |
|---|---|
| io.doov.core.dsl | |
| io.doov.core.dsl.field | |
| io.doov.core.dsl.impl |
| Modifier and Type | Method and Description |
|---|---|
static <N extends Number> |
DOOV.min(NumericFieldInfo<N>... fields) |
static <N extends Number> |
DOOV.sum(NumericFieldInfo<N>... fields) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleFieldInfo |
class |
FloatFieldInfo |
class |
IntegerFieldInfo |
class |
LongFieldInfo |
| Modifier and Type | Method and Description |
|---|---|
default StepCondition |
NumericFieldInfo.between(NumericFieldInfo<N> minIncluded,
NumericFieldInfo<N> maxExcluded) |
default StepCondition |
NumericFieldInfo.between(NumericFieldInfo<N> minIncluded,
NumericFieldInfo<N> maxExcluded) |
default StepCondition |
NumericFieldInfo.greaterOrEquals(NumericFieldInfo<N> field) |
default StepCondition |
NumericFieldInfo.greaterThan(NumericFieldInfo<N> field) |
default StepCondition |
NumericFieldInfo.lesserOrEquals(NumericFieldInfo<N> field) |
default StepCondition |
NumericFieldInfo.lesserThan(NumericFieldInfo<N> field) |
default TemporalCondition<N> |
TemporalFieldInfo.minus(NumericFieldInfo<Integer> value,
TemporalUnit unit) |
default TemporalCondition<N> |
TemporalFieldInfo.plus(NumericFieldInfo<Integer> value,
TemporalUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
StepCondition |
NumericCondition.between(NumericFieldInfo<N> minIncluded,
NumericFieldInfo<N> maxExcluded) |
StepCondition |
NumericCondition.between(NumericFieldInfo<N> minIncluded,
NumericFieldInfo<N> maxExcluded) |
StepCondition |
NumericCondition.greaterOrEquals(NumericFieldInfo<N> value) |
StepCondition |
NumericCondition.greaterThan(NumericFieldInfo<N> value) |
StepCondition |
NumericCondition.lesserOrEquals(NumericFieldInfo<N> value) |
StepCondition |
NumericCondition.lesserThan(NumericFieldInfo<N> value) |
TemporalCondition<N> |
TemporalCondition.minus(NumericFieldInfo<Integer> value,
TemporalUnit unit) |
TemporalCondition<N> |
TemporalCondition.plus(NumericFieldInfo<Integer> value,
TemporalUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
NumericCondition<N> |
NumericCondition.min(List<NumericFieldInfo<N>> fields) |
NumericCondition<N> |
NumericCondition.sum(List<NumericFieldInfo<N>> fields) |
Copyright © 2017. All rights reserved.