Class SequenceIncrement
java.lang.Object
net.fortuna.ical4j.transform.command.SequenceIncrement
- All Implemented Interfaces:
Function<CalendarComponent,,CalendarComponent> UnaryOperator<CalendarComponent>,Transformer<CalendarComponent>
Created by fortuna on 19/07/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransform(CalendarComponent object) Transforms the specified calendar object according to the implementation of this method.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fortuna.ical4j.transform.Transformer
apply
-
Constructor Details
-
SequenceIncrement
public SequenceIncrement()
-
-
Method Details
-
transform
Description copied from interface:TransformerTransforms the specified calendar object according to the implementation of this method.- Specified by:
transformin interfaceTransformer<CalendarComponent>- Parameters:
object- a calendar object to transform- Returns:
- a transformed calendar object
-