Uses of Class
cloud.opencode.base.date.adjuster.WorkdayAdjuster
Packages that use WorkdayAdjuster
-
Uses of WorkdayAdjuster in cloud.opencode.base.date.adjuster
Methods in cloud.opencode.base.date.adjuster that return WorkdayAdjusterModifier and TypeMethodDescriptionWorkdayAdjuster.Builder.build()Builds the WorkdayAdjuster 构建WorkdayAdjusterstatic WorkdayAdjusterWorkdayAdjuster.minusDays(int days) Creates an adjuster that subtracts the specified number of workdays 创建减去指定工作日数的调整器static WorkdayAdjusterWorkdayAdjuster.nextWorkday()Creates an adjuster that finds the next workday 创建查找下一个工作日的调整器static WorkdayAdjusterWorkdayAdjuster.nextWorkday(Set<LocalDate> holidays) Creates an adjuster that finds the next workday with custom holidays 创建查找下一个工作日并考虑自定义假日的调整器static WorkdayAdjusterWorkdayAdjuster.plusDays(int days) Creates an adjuster that adds the specified number of workdays 创建添加指定工作日数的调整器static WorkdayAdjusterCreates an adjuster that adds workdays with custom holiday predicate 创建添加工作日并使用自定义假日谓词的调整器static WorkdayAdjusterCreates an adjuster that adds workdays with custom holidays 创建添加工作日并考虑自定义假日的调整器static WorkdayAdjusterWorkdayAdjuster.previousWorkday()Creates an adjuster that finds the previous workday 创建查找上一个工作日的调整器