Module ical4j.core

Interface Rfc5545PropertyRule<T extends Property>

Type Parameters:
T - subtype of Property class
All Superinterfaces:
Function<T,T>, Rfc5545Rule<T>, UnaryOperator<T>
All Known Implementing Classes:
AttendeePropertyRule, DateListPropertyRule, DatePropertyRule, TzIdRule

public interface Rfc5545PropertyRule<T extends Property> extends Rfc5545Rule<T>
Incarnation of RFC5545 rule that applies to Property elements.