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