Uses of Interface
net.time4j.range.DayPartitionRule
-
Uses of DayPartitionRule in net.time4j.range
Modifier and TypeMethodDescriptiondefault DayPartitionRule
DayPartitionRule.and(DayPartitionRule rule)
Combines this rule with another one.DayPartitionBuilder.build()
Creates a new day partition rule.Modifier and TypeMethodDescriptiondefault DayPartitionRule
DayPartitionRule.and(DayPartitionRule rule)
Combines this rule with another one.DateInterval.streamPartitioned(DayPartitionRule rule)
Creates a partitioning stream of timestamp intervals where every day of this interval is partitioned according to given partitioning rule.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.TimestampInterval.streamPartitioned(DayPartitionRule rule)
Creates a partitioning stream of timestamp intervals where every day of this interval is partitioned according to given partitioning rule.