20230629 java.time.temporal.TemporalAdjuster

发布时间 2023-09-05 09:34:53作者: 流星<。)#)))≦

介绍

  • java.time.temporal.TemporalAdjuster
  • 接口声明
@FunctionalInterface
public interface TemporalAdjuste
  • 关联的工具类 TemporalAdjusters

API

  • Temporal adjustInto(Temporal temporal);
    • 调整入参时间,返回调整后的时间
    • 推荐使用等效方法 Temporal#with