Class BySecondRule<T extends Temporal>

  • All Implemented Interfaces:
    Serializable, Transformer<List<T>>

    public class BySecondRule<T extends Temporal>
    extends Object
    Applies BYSECOND rules specified in this Recur instance to the specified date list. If no BYSECOND rules are specified the date list is returned unmodified.
    See Also:
    Serialized Form
    • Method Detail

      • transform

        public List<T> transform​(List<T> dates)
        Description copied from interface: Transformer
        Transforms the specified calendar object according to the implementation of this method.
        Parameters:
        dates - a calendar object to transform
        Returns:
        a transformed calendar object