- Type Parameters:
T- type of the element this rule can be applied to
- All Superinterfaces:
Function<T,,T> UnaryOperator<T>
- All Known Subinterfaces:
Rfc5545ComponentRule<T>,Rfc5545PropertyRule<T>
- All Known Implementing Classes:
AttendeePropertyRule,DateListPropertyRule,DatePropertyRule,TzIdRule,VAlarmRule,VEventRule
Incarnation of a RFC5545 rule.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.Gets the class of the elements this rule can be applied to.
-
Method Details
-
applyTo
Deprecated.Applies this rule to the specified element.- Parameters:
element-
-
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
-
Function.apply(Object)