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

All Superinterfaces:
BooleanExpression, ComparisonPredicate<T>, Predicate

public interface LessOrEqualPredicate<T>
extends ComparisonPredicate<T>

Constraints that a Property is less than or equal to 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