Module ical4j.core
Class PropertyGreaterThanRule<T extends PropertyContainer>
java.lang.Object
net.fortuna.ical4j.filter.predicate.PropertyGreaterThanRule<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Predicate<T>
public class PropertyGreaterThanRule<T extends PropertyContainer>
extends Object
implements Predicate<T>
Test for a property that is by comparison greater than the provided value.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyGreaterThanRule(Comparable<Property> comparable) PropertyGreaterThanRule(Comparable<Property> comparable, boolean inclusive) -
Method Summary
-
Constructor Details
-
PropertyGreaterThanRule
-
PropertyGreaterThanRule
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<T extends PropertyContainer>
-