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