Class PropertyContainsRule<T extends PropertyContainer>
java.lang.Object
net.fortuna.ical4j.filter.predicate.PropertyContainsRule<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Predicate<T>
public class PropertyContainsRule<T extends PropertyContainer>
extends Object
implements Predicate<T>
Test for a property that "contains" the provided value.
-
Constructor Details
-
PropertyContainsRule
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<T extends PropertyContainer>
-