Uses of Class
org.exparity.hamcrest.date.core.types.Interval
-
Packages that use Interval Package Description org.exparity.hamcrest.date.core org.exparity.hamcrest.date.core.function org.exparity.hamcrest.date.core.types -
-
Uses of Interval in org.exparity.hamcrest.date.core
Methods in org.exparity.hamcrest.date.core that return Interval Modifier and Type Method Description IntervalTemporalFunction. interval(T temporal, T other, ChronoUnit unit)Return the interval between two temporalsConstructors in org.exparity.hamcrest.date.core with parameters of type Interval Constructor Description IsWithin(Interval interval, TemporalConverter<T,E> converter, TemporalProvider<E> reference, TemporalFunction<E> functions)IsWithin(Interval interval, TemporalConverter<T,E> converter, TemporalProvider<E> reference, TemporalFunction<E> functions, Optional<ZoneId> zone, Locale locale) -
Uses of Interval in org.exparity.hamcrest.date.core.function
Methods in org.exparity.hamcrest.date.core.function that return Interval Modifier and Type Method Description IntervalDateFunction. interval(Date expected, Date actual, ChronoUnit unit)IntervalInstantFunction. interval(Instant expected, Instant other, ChronoUnit unit)IntervalLocalDateFunction. interval(LocalDate expected, LocalDate other, ChronoUnit unit)IntervalLocalDateTimeFunction. interval(LocalDateTime expected, LocalDateTime other, ChronoUnit unit)IntervalLocalTimeFunction. interval(LocalTime expected, LocalTime other, ChronoUnit unit)IntervalOffsetDateTimeFunction. interval(OffsetDateTime expected, OffsetDateTime other, ChronoUnit unit)IntervalSqlDateFunction. interval(Date temporal, Date other, ChronoUnit unit)IntervalZonedDateTimeFunction. interval(ZonedDateTime expected, ZonedDateTime other, ChronoUnit unit) -
Uses of Interval in org.exparity.hamcrest.date.core.types
Methods in org.exparity.hamcrest.date.core.types that return Interval Modifier and Type Method Description static IntervalInterval. of(long period, ChronoUnit unit)Create anIntervalfrom an explicit period andChronoUnitstatic IntervalInterval. of(Duration duration)static IntervalInterval. of(Period period)Methods in org.exparity.hamcrest.date.core.types with parameters of type Interval Modifier and Type Method Description booleanInterval. longerThan(Interval other)
-