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

All Superinterfaces:
BooleanExpression, Predicate, PropertyNullPredicate<T>

public interface PropertyIsNotNullPredicate<T>
extends PropertyNullPredicate<T>

Constraints that a Property is not null (is set).


Method Summary
 
Methods inherited from interface org.qi4j.api.query.grammar.PropertyNullPredicate
propertyReference
 
Methods inherited from interface org.qi4j.api.query.grammar.BooleanExpression
eval