| Package | Description |
|---|---|
| de.flapdoodle.eval.core.tree |
| Modifier and Type | Method and Description |
|---|---|
ImmutableVariables |
ImmutableVariables.Builder.build()
Builds a new
ImmutableVariables. |
static ImmutableVariables |
ImmutableVariables.copyOf(Variables instance)
Creates an immutable copy of a
Variables value. |
ImmutableVariables |
ImmutableVariables.withList(Iterable<? extends Variable> elements)
Copy the current immutable object with elements that replace the content of
list. |
ImmutableVariables |
ImmutableVariables.withList(Variable... elements)
Copy the current immutable object with elements that replace the content of
list. |
Copyright © 2024. All rights reserved.