| Package | Description |
|---|---|
| de.flapdoodle.eval.example |
| Modifier and Type | Method and Description |
|---|---|
ImmutableValues |
ImmutableValues.Builder.build()
Builds a new
ImmutableValues. |
static ImmutableValues |
ImmutableValues.copyOf(Values instance)
Creates an immutable copy of a
Values value. |
ImmutableValues |
ImmutableValues.withValues(Iterable<? extends Value<?>> elements)
Copy the current immutable object with elements that replace the content of
values. |
ImmutableValues |
ImmutableValues.withValues(Value<?>... elements)
Copy the current immutable object with elements that replace the content of
values. |
Copyright © 2024. All rights reserved.