Module ical4j.core
Class ByWeekNoRule<T extends Temporal>
java.lang.Object
net.fortuna.ical4j.transform.recurrence.ByWeekNoRule<T>
- All Implemented Interfaces:
Serializable,Function<List<T>,,List<T>> UnaryOperator<List<T>>,Transformer<List<T>>
Applies BYWEEKNO rules specified in this Recur instance to the specified date list. If no BYWEEKNO rules are
specified the date list is returned unmodified.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionByWeekNoRule(List<Integer> weekNoList, Frequency frequency) ByWeekNoRule(List<Integer> weekNoList, Frequency frequency, DayOfWeek firstDayOfWeek) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fortuna.ical4j.transform.Transformer
transform
-
Constructor Details
-
ByWeekNoRule
-
ByWeekNoRule
-
-
Method Details
-
apply
-