public class ByMinuteRule<T extends Temporal> extends Object
| Constructor and Description |
|---|
ByMinuteRule(List<Integer> minuteList,
Recur.Frequency frequency) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
transform(List<T> dates)
Transforms the specified calendar object according to the implementation of this method.
|
public ByMinuteRule(List<Integer> minuteList, Recur.Frequency frequency)
public List<T> transform(List<T> dates)
Transformerdates - a calendar object to transform