Package net.fortuna.ical4j.filter
Class PropertyFilter
- java.lang.Object
-
- net.fortuna.ical4j.filter.AbstractFilter<Property>
-
- net.fortuna.ical4j.filter.PropertyFilter
-
- All Implemented Interfaces:
PredicateFactory<Property>
public class PropertyFilter extends AbstractFilter<Property>
-
-
Constructor Summary
Constructors Constructor Description PropertyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<Property>
predicate(BinaryExpression expression)
Predicate<Property>
predicate(UnaryExpression expression)
-
Methods inherited from class net.fortuna.ical4j.filter.AbstractFilter
literal, parameter, parameter, parameter, parameter, parameters, properties, property, property, property, property, property, target
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.filter.PredicateFactory
predicate
-
-
-
-
Method Detail
-
predicate
public Predicate<Property> predicate(UnaryExpression expression)
-
predicate
public Predicate<Property> predicate(BinaryExpression expression)
-
-