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>>

public class BySetPosRule<T extends Temporal> extends Object implements Transformer<List<T>>
Applies BYSETPOS rules to dates. Valid positions are from 1 to the size of the date list. Invalid positions are ignored.