| Package | Description |
|---|---|
| io.doov.core.dsl.field.types | |
| io.doov.core.dsl.impl |
Condition implementations.
|
| io.doov.core.dsl.time |
Support of java.time API
|
| Modifier and Type | Method and Description |
|---|---|
default TemporalCondition<N> |
TemporalFieldInfo.with(TemporalAdjuster adjuster)
|
| Modifier and Type | Method and Description |
|---|---|
TemporalCondition<N> |
TemporalCondition.with(TemporalAdjuster adjuster)
Returns a temporal condition that returns the node value with given temporal adjuster applied.
|
| Modifier and Type | Method and Description |
|---|---|
static TemporalAdjuster |
TemporalAdjuster.firstDayOfMonth()
|
static TemporalAdjuster |
TemporalAdjuster.firstDayOfNextMonth()
|
static TemporalAdjuster |
TemporalAdjuster.firstDayOfNextYear()
|
static TemporalAdjuster |
TemporalAdjuster.firstDayOfYear()
|
static TemporalAdjuster |
TemporalAdjuster.lastDayOfMonth()
|
static TemporalAdjuster |
TemporalAdjuster.lastDayOfYear()
|
static TemporalAdjuster |
TemporalAdjuster.ofDateAdjuster(Metadata metadata,
UnaryOperator<LocalDate> dateBasedAdjuster)
|
static TemporalAdjuster |
TemporalAdjuster.ofDateAdjuster(UnaryOperator<LocalDate> dateBasedAdjuster)
|
Copyright © 2018. All rights reserved.