Module ical4j.core
Class ByDayRule<T extends Temporal>
java.lang.Object
net.fortuna.ical4j.transform.recurrence.ByDayRule<T>
- All Implemented Interfaces:
Serializable,Function<List<T>,,List<T>> UnaryOperator<List<T>>,Transformer<List<T>>
Applies BYDAY rules specified in this Recur instance to the specified date list. If no BYDAY rules are specified
the date list is returned unmodified.
- See Also:
-
Constructor Details
-
ByDayRule
-
ByDayRule
-
ByDayRule
-
ByDayRule
-
-
Method Details
-
apply
-