@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 | Method and Description |
|---|---|
static ValueBoolean |
literal(Boolean v)
Get the literal of this expression.
|
and, and, not, or, orequalTo, equalTo, notEqualTo, notEqualTogetExpression, getExpression@Nonnull static ValueBoolean literal(@Nonnull Boolean v)
v - boolean.Copyright © 2020 SAP SE. All rights reserved.