| Package | Description |
|---|---|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Method and Description |
|---|---|
default DayPartitionRule |
DayPartitionRule.and(DayPartitionRule rule)
Combines this rule with another one.
|
DayPartitionRule |
DayPartitionBuilder.build()
Creates a new day partition rule.
|
| Modifier and Type | Method and Description |
|---|---|
default DayPartitionRule |
DayPartitionRule.and(DayPartitionRule rule)
Combines this rule with another one.
|
Stream<TimestampInterval> |
TimestampInterval.streamPartitioned(DayPartitionRule rule)
Creates a partitioning stream of timestamp intervals where every day of this interval is partitioned
according to given partitioning rule.
|
Stream<TimestampInterval> |
DateInterval.streamPartitioned(DayPartitionRule rule)
Creates a partitioning stream of timestamp intervals where every day of this interval is partitioned
according to given partitioning rule.
|
Stream<MomentInterval> |
DateInterval.streamPartitioned(DayPartitionRule rule,
TZID tzid)
Creates a partitioning stream of moment intervals where every day of this interval is partitioned
according to given partitioning rule.
|
Copyright © 2014–2021. All rights reserved.