Module ical4j.core
Class BySetPosRule<T extends Temporal>
java.lang.Object
net.fortuna.ical4j.transform.recurrence.BySetPosRule<T>
- All Implemented Interfaces:
Function<List<T>,,List<T>> UnaryOperator<List<T>>,Transformer<List<T>>
Applies BYSETPOS rules to
dates. Valid positions are from 1 to the size of the date list. Invalid
positions are ignored.