Class PropertyExistsRule<T extends PropertyContainer>
java.lang.Object
net.fortuna.ical4j.filter.predicate.PropertyExistsRule<T>
- All Implemented Interfaces:
Predicate<T>
Test for a property matching the supplied specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIgnore the property value and just compare on the property name and parameters. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyExistsRule
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<T extends PropertyContainer>
-