Interface Rfc5545Rule<T>

    • Method Detail

      • applyTo

        void applyTo​(T element)
        Applies this rule to the specified element.
        Parameters:
        element -
      • getSupportedType

        Class<T> getSupportedType()
        Gets the class of the elements this rule can be applied to.
        Returns:
        the class of the elements this rule can be applied to