| Package | Description |
|---|---|
| de.flapdoodle.eval.example |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBooleanValue |
ImmutableBooleanValue.Builder.build()
Builds a new
ImmutableBooleanValue. |
static ImmutableBooleanValue |
ImmutableBooleanValue.copyOf(Value.BooleanValue instance)
Creates an immutable copy of a
Value.BooleanValue value. |
static ImmutableBooleanValue |
ImmutableBooleanValue.of(Boolean wrapped)
Construct a new immutable
BooleanValue instance. |
ImmutableBooleanValue |
ImmutableBooleanValue.withWrapped(Boolean value)
Copy the current immutable object by setting a value for the
wrapped attribute. |
Copyright © 2024. All rights reserved.