Uses of Interface
com.thanlinardos.spring_enterprise_library.time.api.DateTemporal
Packages that use DateTemporal
Package
Description
-
Uses of DateTemporal in com.thanlinardos.spring_enterprise_library.objects.utils
Methods in com.thanlinardos.spring_enterprise_library.objects.utils with type parameters of type DateTemporalModifier and TypeMethodDescriptionstatic <T extends DateTemporal>
Predicate<T> PredicateUtils.containsDate(LocalDate date) Returns a predicate that checks thecontainsDate(LocalDate)(LocalDate)} on a temporal it takes theLocalDateas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.containsDate(Function<T, R> extractor, LocalDate date) Returns a predicate that checks thecontainsDate(LocalDate)on a temporal it takes theLocalDateas an input.static <T extends DateTemporal>
Predicate<T> Returns a predicate that checks theendsAfter(LocalDate)on a temporal it takes theLocalDateas an input.static <T,R extends DateTemporal>
Predicate<T> Returns a predicate that checks theendsAfter(LocalDate)on a temporal it takes theLocalDateas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.endsAfterOrOn(LocalDate date) Returns a predicate that checks theendsAfterOrOn(LocalDate)on a temporal it takes theLocalDateas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.endsAfterOrOn(Function<T, R> extractor, LocalDate date) Returns a predicate that checks theendsAfterOrOn(LocalDate)on a temporal it takes theLocalDateas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.isContainedIn(LocalDate from, LocalDate to) Returns a predicate that checks theisContainedIn(LocalDate, LocalDate)on a temporal it takes theLocalDates as an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.isContainedIn(Function<T, R> extractor, LocalDate from, LocalDate to) Returns a predicate that checks theisContainedIn(LocalDate, LocalDate)on a temporal it takes theLocalDates as an input.static <T extends DateTemporal>
Predicate<T> Returns a predicate that checks theisInRange(LocalDate, LocalDate)on a temporal it takes theLocalDates as an input.static <T,R extends DateTemporal>
Predicate<T> Returns a predicate that checks theisInRange(LocalDate, LocalDate)on a temporal it takes theLocalDates as an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.overlap(DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlap(Function<T, R> extractor, DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.overlapsInterval(DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.overlapsInterval(LocalDate from, LocalDate to) Returns a predicate that checks theoverlapsInterval(LocalDate, LocalDate)on a temporal it takes theLocalDates as an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlapsInterval(Function<T, R> extractor, DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlapsInterval(Function<T, R> extractor, LocalDate from, LocalDate to) Returns a predicate that checks theoverlapsInterval(LocalDate, LocalDate)on a temporal it takes theLocalDates as an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.overlapsMonth(YearMonth yearMonth) Returns a predicate that checks theoverlapsMonth(YearMonth)on a temporal it takes theYearMonthas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlapsMonth(Function<T, R> extractor, YearMonth yearMonth) Returns a predicate that checks theoverlapsMonth(YearMonth)on a temporal it takes theYearMonthas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.overlapsYear(LocalDate year) Returns a predicate that checks theoverlapsYear(LocalDate)on a temporal it takes theLocalDateas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.overlapsYear(Year year) Returns a predicate that checks theoverlapsYear(Year)on a temporal it takes theYearas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlapsYear(Function<T, R> extractor, LocalDate year) Returns a predicate that checks theoverlapsYear(LocalDate)on a temporal it takes theLocalDateas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlapsYear(Function<T, R> extractor, Year year) Returns a predicate that checks theoverlapsYear(Year)on a temporal it takes theYearas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.startsAfter(LocalDate date) Returns a predicate that checks thestartsAfter(LocalDate)on a temporal it takes theLocalDateas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.startsAfter(Function<T, R> extractor, LocalDate date) Returns a predicate that checks thestartsAfter(LocalDate)on a temporal it takes theLocalDateas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.startsBefore(LocalDate date) Returns a predicate that checks thestartsBefore(LocalDate)on a temporal it takes theLocalDateas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.startsBefore(Function<T, R> extractor, LocalDate date) Returns a predicate that checks thestartsBefore(LocalDate)on a temporal it takes theLocalDateas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.startsBeforeOrOn(LocalDate date) Returns a predicate that checks thestartsBeforeOrOn(LocalDate)on a temporal it takes theLocalDateas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.startsBeforeOrOn(Function<T, R> extractor, LocalDate date) Returns a predicate that checks thestartsBeforeOrOn(LocalDate)on a temporal it takes theLocalDateas an input.Methods in com.thanlinardos.spring_enterprise_library.objects.utils with parameters of type DateTemporalModifier and TypeMethodDescriptionstatic <T extends DateTemporal>
Predicate<T> PredicateUtils.overlap(DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlap(Function<T, R> extractor, DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input.static <T extends DateTemporal>
Predicate<T> PredicateUtils.overlapsInterval(DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input.static <T,R extends DateTemporal>
Predicate<T> PredicateUtils.overlapsInterval(Function<T, R> extractor, DateTemporal other) Returns a predicate that checks theoverlapsInterval(DateTemporal)on a temporal it takes theDateTemporalas an input. -
Uses of DateTemporal in com.thanlinardos.spring_enterprise_library.time.api
Methods in com.thanlinardos.spring_enterprise_library.time.api with parameters of type DateTemporalModifier and TypeMethodDescriptiondefault booleanDateTemporal.containsInterval(DateTemporal interval) Checks if the temporal entity contains another temporal entity's interval.default booleanDateTemporal.equalsInterval(DateTemporal interval) Checks if the interval of this temporal entity is equal to another temporal entity's interval.default booleanDateTemporal.isContainedIn(DateTemporal interval) Checks if the temporal entity is contained within another temporal entity's interval.default booleanDateTemporal.overlapsInterval(DateTemporal interval) Checks if the interval of this temporal entity overlaps with another temporal entity's interval. -
Uses of DateTemporal in com.thanlinardos.spring_enterprise_library.time.model
Classes in com.thanlinardos.spring_enterprise_library.time.model that implement DateTemporalModifier and TypeClassDescriptionfinal recordRepresents a time interval with a start and end date.