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
Constructors Constructor Description PropertyLessThanRule(Comparable<Property> comparable)
PropertyLessThanRule(Comparable<Property> comparable, boolean inclusive)
-
-
-
Constructor Detail
-
PropertyLessThanRule
public PropertyLessThanRule(Comparable<Property> comparable)
-
PropertyLessThanRule
public PropertyLessThanRule(Comparable<Property> comparable, boolean inclusive)
-
-
Method Detail
-
test
public boolean test(T t)
- Specified by:
test
in interfacePredicate<T extends PropertyContainer>
-
-