- All Superinterfaces:
Function<T,,T> UnaryOperator<T>
- All Known Implementing Classes:
AbstractMethodTransfomer,AbstractMethodTransformer,AddTransformer,AttendeeUpdate,ByDayRule,ByHourRule,ByMinuteRule,ByMonthDayRule,ByMonthRule,BySecondRule,BySetPosRule,ByWeekNoRule,ByYearDayRule,CancelTransformer,ComponentDeclineCounterTransformer,ComponentRefreshTransformer,CounterTransformer,DeclineCounterTransformer,MethodUpdate,OrganizerUpdate,PublishTransformer,RefreshTransformer,ReplyTransformer,RequestTransformer,Rfc5545Transformer,SequenceIncrement,UidUpdate
$Id$
Created: 23/09/2004
Base class of calendar transformations.
-
Method Summary
-
Method Details
-
transform
Deprecated.Transforms the specified calendar object according to the implementation of this method.- Parameters:
object- a calendar object to transform- Returns:
- a transformed calendar object
-
Function.apply(Object)