public final class ZonedDateTimeCheck extends AbstractCheckDsl<ZonedDateTimeCheck,ZonedDateTime>
public static ZonedDateTimeCheck zonedDateTimeWith()
public ZonedDateTimeCheck date(Check<? super LocalDate> check)
public ZonedDateTimeCheck time(Check<? super LocalTime> check)
public ZonedDateTimeCheck year(Check<? super Integer> check)
public ZonedDateTimeCheck year(int expectedValue)
public ZonedDateTimeCheck month(Check<? super Month> check)
public ZonedDateTimeCheck month(Month expectedValue)
public ZonedDateTimeCheck monthValue(Check<? super Integer> check)
public ZonedDateTimeCheck month(int expectedValue)
public ZonedDateTimeCheck day(Check<? super Integer> check)
public ZonedDateTimeCheck day(int expectedValue)
public ZonedDateTimeCheck dayOfYear(Check<? super Integer> check)
public ZonedDateTimeCheck dayOfYear(int expectedValue)
public ZonedDateTimeCheck dayOfWeek(Check<? super DayOfWeek> check)
public ZonedDateTimeCheck dayOfWeek(DayOfWeek expectedValue)
public ZonedDateTimeCheck hour(Check<? super Integer> check)
public ZonedDateTimeCheck hour(int expectedValue)
public ZonedDateTimeCheck minute(Check<? super Integer> check)
public ZonedDateTimeCheck minute(int expectedValue)
public ZonedDateTimeCheck second(Check<? super Integer> check)
public ZonedDateTimeCheck second(int expectedValue)
public ZonedDateTimeCheck nano(Check<? super Integer> check)
public ZonedDateTimeCheck nano(int expectedValue)
Copyright © 2021. All rights reserved.