@Beta public static interface Expressions.ValueBoolean extends Expressions.OperandSingle
Modifier and Type | Interface and Description |
---|---|
static class |
Expressions.ValueBoolean.Expression
Implementation with literal number value.
|
Modifier and Type | Method and Description |
---|---|
static Expressions.ValueBoolean |
literal(Boolean v)
Get the literal of this expression.
|
getExpression, getExpression
@Nonnull static Expressions.ValueBoolean literal(@Nonnull Boolean v)
v
- boolean.Copyright © 2020 SAP SE. All rights reserved.