Class PropertyInRule<T extends PropertyContainer>

java.lang.Object
net.fortuna.ical4j.filter.predicate.PropertyInRule<T>
Type Parameters:
T -
All Implemented Interfaces:
Predicate<T>

public class PropertyInRule<T extends PropertyContainer> extends Object implements Predicate<T>
Test for a property matching any values in the provided list.