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