接口 TimeFunction<I,O>
-
- 类型参数:
I- the type of the input valuesO- the type of the result
- 所有超级接口:
Function<LocalDateTime,String>
- 所有已知实现类:
TimeFunctions.DayOfWeek,TimeFunctions.HourOfDay,TimeFunctions.MonthOfYear,TimeFunctions.SeasonOfYear
public interface TimeFunction<I,O> extends Function<LocalDateTime,String>
A function that converts DateTime value to String