| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBooleanValue
Immutable implementation of
Value.BooleanValue. |
| Modifier and Type | Field and Description |
|---|---|
static Value.BooleanValue |
Value.FALSE
Deprecated.
|
static Value.BooleanValue |
Value.TRUE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Value.BooleanValue |
Value.of(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
int |
Value.BooleanValue.compareTo(Value.BooleanValue other) |
static ImmutableBooleanValue |
ImmutableBooleanValue.copyOf(Value.BooleanValue instance)
Creates an immutable copy of a
Value.BooleanValue value. |
ImmutableBooleanValue.Builder |
ImmutableBooleanValue.Builder.from(Value.BooleanValue instance)
Fill a builder with attribute values from the provided
BooleanValue instance. |
| Modifier and Type | Method and Description |
|---|---|
Value.BooleanValue |
Equals.AnyType.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
A first,
B second) |
Value.BooleanValue |
Equals.AnyTypeNot.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
A first,
B second) |
Value.BooleanValue |
Same.AnyType.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
A first,
B second) |
| Modifier and Type | Method and Description |
|---|---|
SUB |
Conditional.IfTrue.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.BooleanValue first,
SUB second,
SUB third) |
| Modifier and Type | Method and Description |
|---|---|
Value.BooleanValue |
Not.Bool.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.BooleanValue argument) |
Value.BooleanValue |
Combine.And.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.BooleanValue first,
Value.BooleanValue second) |
Value.BooleanValue |
Combine.Or.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.BooleanValue first,
Value.BooleanValue second) |
| Modifier and Type | Method and Description |
|---|---|
Value.BooleanValue |
Not.Bool.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.BooleanValue argument) |
Value.BooleanValue |
Combine.And.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.BooleanValue first,
Value.BooleanValue second) |
Value.BooleanValue |
Combine.Or.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.BooleanValue first,
Value.BooleanValue second) |
| Modifier and Type | Method and Description |
|---|---|
Value.BooleanValue |
Contains.Strings.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.StringValue first,
Value.StringValue second) |
Copyright © 2024. All rights reserved.