Module ical4j.core

Interface Transformer<T>

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

public interface Transformer<T> extends UnaryOperator<T>
$Id$ Created: 23/09/2004 Base class of calendar transformations.
  • Method Details

    • transform

      @Deprecated default T transform(T object)
      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