Interface Transformer<T>

    • Method Detail

      • transform

        T transform​(T object)
        Transforms the specified calendar object according to the implementation of this method.
        Parameters:
        object - a calendar object to transform
        Returns:
        a transformed calendar object