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

All Superinterfaces:
BooleanExpression, ComparisonPredicate<T>, Predicate

public interface GreaterThanPredicate<T>
extends ComparisonPredicate<T>

Constraints that a Property is greater 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