@Beta public interface FilterableBoolean extends Expressions.Operand
Modifier and Type | Method and Description |
---|---|
default ValueBoolean |
and(Boolean operand)
Combine the filter expression with another expression in conjunction
|
default ValueBoolean |
and(ValueBoolean operand)
Combine current filter expression with another expression in conjunction.
|
default ValueBoolean |
not()
Negate the current filter expression.
|
default ValueBoolean |
or(Boolean operand)
Combine the filter expression with another expression in disjunction
|
default ValueBoolean |
or(ValueBoolean operand)
Combine current filter expression with another expression in disjunction.
|
getExpression, getExpression
@Nonnull default ValueBoolean and(@Nonnull ValueBoolean operand)
operand
- The other expression.@Nonnull default ValueBoolean and(@Nonnull Boolean operand)
operand
- A boolean value.@Nonnull default ValueBoolean or(@Nonnull ValueBoolean operand)
operand
- The other expression.@Nonnull default ValueBoolean or(@Nonnull Boolean operand)
operand
- A boolean value.@Nonnull default ValueBoolean not()
Copyright © 2020 SAP SE. All rights reserved.