Methods in com.mysema.query that return BooleanBuilder |
BooleanBuilder |
BooleanBuilder.and(EBoolean right)
|
BooleanBuilder |
BooleanBuilder.andAnyOf(EBoolean... args)
Create the intersection of this and the union of the given args |
BooleanBuilder |
BooleanBuilder.andNot(EBoolean right)
|
BooleanBuilder |
BooleanBuilder.clone()
|
BooleanBuilder |
BooleanBuilder.not()
|
BooleanBuilder |
BooleanBuilder.or(EBoolean right)
|
BooleanBuilder |
BooleanBuilder.orAllOf(EBoolean... args)
Create the union of this and the intersection of the given args |
BooleanBuilder |
BooleanBuilder.orNot(EBoolean right)
|