T
- the value type used to create predicatespublic interface BooleanOperand<T> extends BasicOperand<T>
Defines the methods used to build Predicate
s for boolean values.
Modifier and Type | Method and Description |
---|---|
Predicate |
isFalse()
Builds a predicate representing a
queryParameter == false comparison. |
Predicate |
isTrue()
Builds a predicate for a
queryParameter == true comparison. |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.