public final class IsBetweenTime extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
betweenLocalTime(LocalTime after,
CompareType afterCompareType,
LocalTime before,
CompareType beforeCompareType) |
static <T> org.hamcrest.Matcher<T> |
betweenLocalTime(LocalTime after,
CompareType afterCompareType,
RoundingType afterRoundingType,
LocalTime before,
CompareType beforeCompareType,
RoundingType beforeRoundingType) |
static <T> org.hamcrest.Matcher<T> |
betweenLocalTime(LocalTime after,
LocalTime before) |
static <T> org.hamcrest.Matcher<T> |
betweenLocalTime(LocalTime after,
RoundingType afterRoundingType,
LocalTime before,
RoundingType beforeRoundingType) |
static <T> org.hamcrest.Matcher<T> |
betweenOffsetTime(OffsetTime after,
CompareType afterCompareType,
OffsetTime before,
CompareType beforeCompareType) |
static <T> org.hamcrest.Matcher<T> |
betweenOffsetTime(OffsetTime after,
CompareType afterCompareType,
RoundingType afterRoundingType,
OffsetTime before,
CompareType beforeCompareType,
RoundingType beforeRoundingType) |
static <T> org.hamcrest.Matcher<T> |
betweenOffsetTime(OffsetTime after,
OffsetTime before) |
static <T> org.hamcrest.Matcher<T> |
betweenOffsetTime(OffsetTime after,
RoundingType afterRoundingType,
OffsetTime before,
RoundingType beforeRoundingType) |
public static <T> org.hamcrest.Matcher<T> betweenLocalTime(LocalTime after, LocalTime before)
public static <T> org.hamcrest.Matcher<T> betweenLocalTime(LocalTime after, CompareType afterCompareType, LocalTime before, CompareType beforeCompareType)
public static <T> org.hamcrest.Matcher<T> betweenLocalTime(LocalTime after, CompareType afterCompareType, RoundingType afterRoundingType, LocalTime before, CompareType beforeCompareType, RoundingType beforeRoundingType)
public static <T> org.hamcrest.Matcher<T> betweenLocalTime(LocalTime after, RoundingType afterRoundingType, LocalTime before, RoundingType beforeRoundingType)
public static <T> org.hamcrest.Matcher<T> betweenOffsetTime(OffsetTime after, OffsetTime before)
public static <T> org.hamcrest.Matcher<T> betweenOffsetTime(OffsetTime after, CompareType afterCompareType, OffsetTime before, CompareType beforeCompareType)
public static <T> org.hamcrest.Matcher<T> betweenOffsetTime(OffsetTime after, CompareType afterCompareType, RoundingType afterRoundingType, OffsetTime before, CompareType beforeCompareType, RoundingType beforeRoundingType)
public static <T> org.hamcrest.Matcher<T> betweenOffsetTime(OffsetTime after, RoundingType afterRoundingType, OffsetTime before, RoundingType beforeRoundingType)
Copyright © 2018–2020. All rights reserved.