Package com.ethlo.time
Interface TemporalHandler<T>
-
- Type Parameters:
T- The return type of the functions
public interface TemporalHandler<T>Handler for flexibly dealing with different granularity date/date-times
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Tfallback(Temporal temporal)default Thandle(LocalDate localDate)default Thandle(LocalDateTime localDateTime)default Thandle(OffsetDateTime offsetDateTime)default Thandle(Year year)default Thandle(YearMonth yearMonth)
-