Module ical4j.core

Class ParameterStartsWithRule<T extends Parameter>

java.lang.Object
net.fortuna.ical4j.filter.predicate.ParameterStartsWithRule<T>
All Implemented Interfaces:
Predicate<Property>

public class ParameterStartsWithRule<T extends Parameter> extends Object implements Predicate<Property>
Test for one or more parameters matching the specification.
  • Constructor Details

    • ParameterStartsWithRule

      public ParameterStartsWithRule(Parameter specification, String value)
  • Method Details