public final class BooleanOperand extends BasicOperand<Boolean>
Predicate
instances through boolean-specific operators.BasicOperand.InnerSelectReferenceValue
constructionInterceptor, queryParameter
Constructor and Description |
---|
BooleanOperand(QueryParameter queryParameter)
Creates a new operand instance.
|
BooleanOperand(QueryParameter queryParameter,
ConstructionInterceptor constructionInterceptor)
Creates a new operand instance.
|
Modifier and Type | Method and Description |
---|---|
Predicate |
isFalse()
Builds a predicate representing a
queryParameter = false comparison. |
Predicate |
isTrue()
Builds a predicate representing a
queryParameter = true comparison. |
public BooleanOperand(QueryParameter queryParameter)
queryParameter
- the left operand for all predicates to be builtpublic BooleanOperand(QueryParameter queryParameter, ConstructionInterceptor constructionInterceptor)
queryParameter
- the left operand for all predicates to be builtconstructionInterceptor
- the interceptor to be invoked upon construction of predicatesCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.