public final class DateTimeChecks extends Object
public static Check<LocalDateTime> date(Check<? super LocalDate> dateCheck)
public static Check<LocalDateTime> time(Check<? super LocalTime> dateCheck)
public static Check<LocalDateTime> zoned(Check<? super ZonedDateTime> zonedDateTimeCheck, ZoneId zoneId)
public static Check<LocalDateTime> zoned(Check<? super ZonedDateTime> zonedDateTimeCheck)
public static LocalDateTimeCheck localDateTimeWith()
public static LocalDateCheck localDateWith()
public static LocalTimeCheck localTimeWith()
public static ZonedDateTimeCheck zonedDateTimeWith()
public static Check<String> parseLocalDateTime(Check<? super LocalDateTime> check)
public static Check<String> parseLocalDateTime(String format, Check<? super LocalDateTime> check)
public static Check<String> parseLocalDateTime(DateTimeFormatter format, Check<? super LocalDateTime> check)
public static Check<String> parseZonedDateTime(Check<? super ZonedDateTime> check)
public static Check<String> parseZonedDateTime(String format, Check<? super ZonedDateTime> check)
public static Check<String> parseZonedDateTime(DateTimeFormatter format, Check<? super ZonedDateTime> check)
Copyright © 2021. All rights reserved.