org.qi4j.api.query.grammar
Interface LessThanPredicate<T>

All Superinterfaces:
BooleanExpression, ComparisonPredicate<T>, Predicate

public interface LessThanPredicate<T>
extends ComparisonPredicate<T>

Constraints that a Property is less than a value (as in Property.get() < X).


Method Summary
 
Methods inherited from interface org.qi4j.api.query.grammar.ComparisonPredicate
propertyReference, valueExpression
 
Methods inherited from interface org.qi4j.api.query.grammar.BooleanExpression
eval