| Package | Description |
|---|---|
| de.flapdoodle.eval.example |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNullValue
Immutable implementation of
Value.NullValue. |
| Modifier and Type | Method and Description |
|---|---|
static Value.NullValue |
Value.ofNull() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableNullValue |
ImmutableNullValue.copyOf(Value.NullValue instance)
Creates an immutable copy of a
Value.NullValue value. |
ImmutableNullValue.Builder |
ImmutableNullValue.Builder.from(Value.NullValue instance)
Fill a builder with attribute values from the provided
NullValue instance. |
Copyright © 2024. All rights reserved.