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

All Superinterfaces:
BooleanExpression, ComparisonPredicate<T>, Predicate

public interface EqualsPredicate<T>
extends ComparisonPredicate<T>

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