Package net.fortuna.ical4j.transform
Class AbstractMethodTransformer
java.lang.Object
net.fortuna.ical4j.transform.AbstractMethodTransformer
- All Implemented Interfaces:
Function<Calendar,,Calendar> UnaryOperator<Calendar>,Transformer<Calendar>
- Direct Known Subclasses:
AddTransformer,CancelTransformer,CounterTransformer,DeclineCounterTransformer,PublishTransformer,RefreshTransformer,ReplyTransformer,RequestTransformer
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractMethodTransformer(Method method, UidGenerator uidGenerator, boolean sameUid, boolean incrementSequence) -
Method Summary
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
-
AbstractMethodTransformer
public AbstractMethodTransformer(Method method, UidGenerator uidGenerator, boolean sameUid, boolean incrementSequence)
-
-
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
-