java.lang.Object
net.fortuna.ical4j.transform.compliance.DateListPropertyRule
- All Implemented Interfaces:
Function<DateListProperty,,DateListProperty> UnaryOperator<DateListProperty>,Rfc5545PropertyRule<DateListProperty>,Rfc5545Rule<DateListProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(DateListProperty element) Gets the class of the elements this rule can be applied to.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fortuna.ical4j.transform.compliance.Rfc5545Rule
applyTo
-
Constructor Details
-
DateListPropertyRule
public DateListPropertyRule()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<DateListProperty,DateListProperty>
-
getSupportedType
Description copied from interface:Rfc5545RuleGets the class of the elements this rule can be applied to.- Specified by:
getSupportedTypein interfaceRfc5545Rule<DateListProperty>- Returns:
- the class of the elements this rule can be applied to
-