T
- type of the element this rule can be applied topublic interface Rfc5545Rule<T>
Modifier and Type | Method and Description |
---|---|
void |
applyTo(T element)
Applies this rule to the specified element.
|
java.lang.Class<T> |
getSupportedType()
Gets the class of the elements this rule can be applied to.
|