Class IntervalFilter
java.lang.Object
ch.tocco.nice2.optional.calendar.api.util.IntervalFilter
- All Implemented Interfaces:
Predicate<CalendarEvent>
Accepts all
CalendarEvent
s that are within the specified range. RecurringEvent
s are
always accepted.-
Constructor Details
-
IntervalFilter
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<CalendarEvent>
-