20230629 java.time.temporal.TemporalAdjuster

流星<。)#)))≦ / 2023-09-05 / 原文

介绍

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

API

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