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