Class PropertyExistsRule<T extends PropertyContainer>
- java.lang.Object
-
- net.fortuna.ical4j.filter.predicate.PropertyExistsRule<T>
-
- All Implemented Interfaces:
Predicate<T>
public class PropertyExistsRule<T extends PropertyContainer> extends Object implements Predicate<T>
Test for a property matching the supplied specification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertyExistsRule.PropertyExists
Ignore the property value and just compare on the property name and parameters.
-
Constructor Summary
Constructors Constructor Description PropertyExistsRule(Property specification)
-