Class MethodUpdate
java.lang.Object
net.fortuna.ical4j.transform.command.MethodUpdate
- All Implemented Interfaces:
Function<Calendar,,Calendar> UnaryOperator<Calendar>,Transformer<Calendar>
Created by fortuna on 19/07/2017.
-
Constructor Details
-
MethodUpdate
-
-
Method Details
-
transform
Description copied from interface:TransformerTransforms the specified calendar object according to the implementation of this method.- Specified by:
transformin interfaceTransformer<Calendar>- Parameters:
object- a calendar object to transform- Returns:
- a transformed calendar object
-