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