| Package | Description |
|---|---|
| de.flapdoodle.eval.example |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableValueMap
Immutable implementation of
ValueMap. |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ImmutableMapValue.wrapped() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableValueMap |
ImmutableValueMap.copyOf(ValueMap instance)
Creates an immutable copy of a
ValueMap value. |
ImmutableValueMap.Builder |
ImmutableValueMap.Builder.from(ValueMap instance)
Fill a builder with attribute values from the provided
ValueMap instance. |
static ImmutableMapValue |
ImmutableMapValue.of(ValueMap wrapped)
Construct a new immutable
MapValue instance. |
static Value.MapValue |
Value.of(ValueMap value) |
ImmutableMapValue |
ImmutableMapValue.withWrapped(ValueMap value)
Copy the current immutable object by setting a value for the
wrapped attribute. |
ImmutableMapValue.Builder |
ImmutableMapValue.Builder.wrapped(ValueMap wrapped)
Initializes the value for the
wrapped attribute. |
Copyright © 2024. All rights reserved.