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.
  • Constructor Details

    • PropertyExistsRule

      public PropertyExistsRule(Property specification)
  • Method Details