@Beta public interface ValueBoolean extends Expressions.OperandSingle, FilterableBoolean, FilterableComparisonAbsolute
Modifier and Type | Interface and Description |
---|---|
static class |
ValueBoolean.Expression
Implementation with literal number value.
|
Modifier and Type | Field and Description |
---|---|
static ValueBoolean |
NULL
Null value for boolean operations.
|
Modifier and Type | Method and Description |
---|---|
static ValueBoolean |
literal(Boolean v)
Get the literal of this expression.
|
and, and, not, or, or
equalTo, equalTo, notEqualTo, notEqualTo
getExpression, getExpression
@Nonnull static final ValueBoolean NULL
@Nonnull static ValueBoolean literal(@Nonnull Boolean v)
v
- boolean.Copyright © 2021 SAP SE. All rights reserved.