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