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

All Superinterfaces:
BooleanExpression, ComparisonPredicate<T>, Predicate

public interface GreaterOrEqualPredicate<T>
extends ComparisonPredicate<T>

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