Module ical4j.core
Class PropertyEqualToRule<T extends PropertyContainer>
java.lang.Object
net.fortuna.ical4j.filter.predicate.PropertyEqualToRule<T>
- All Implemented Interfaces:
Predicate<T>
public class PropertyEqualToRule<T extends PropertyContainer>
extends Object
implements Predicate<T>
$Id$
Created on 5/02/2006
A rule that matches any component containing the specified property. Note that this rule ignores any parameters
matching only on the value of the property.
-
Constructor Details
-
PropertyEqualToRule
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<T extends PropertyContainer>
-