Transformer<List<T>>
public class BySetPosRule<T extends Temporal> extends Object implements Transformer<List<T>>
dates
. Valid positions are from 1 to the size of the date list. Invalid
positions are ignored.Constructor | Description |
---|---|
BySetPosRule(List<Integer> setPosList) |
Modifier and Type | Method | Description |
---|---|---|
List<T> |
transform(List<T> dates) |
Transforms the specified calendar object according to the implementation of this method.
|
public List<T> transform(List<T> dates)
Transformer
transform
in interface Transformer<T extends Temporal>
dates
- a calendar object to transform