Module ical4j.core

Interface Rfc5545ComponentRule<T extends Component>

Type Parameters:
T - subtype of Component class
All Superinterfaces:
Function<T,T>, Rfc5545Rule<T>, UnaryOperator<T>
All Known Implementing Classes:
VAlarmRule, VEventRule

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