| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain | |
| de.flapdoodle.formula.values.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableReadOnlyValue<O,T>
Immutable implementation of
ReadOnlyValue. |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ImmutableReadOnlyValue<O,T> |
ImmutableReadOnlyValue.copyOf(ReadOnlyValue<O,T> instance)
Creates an immutable copy of a
ReadOnlyValue value. |
ImmutableReadOnlyValue.Builder<O,T> |
ImmutableReadOnlyValue.Builder.from(ReadOnlyValue<O,T> instance)
Fill a builder with attribute values from the provided
ReadOnlyValue instance. |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyValue<O,T> |
ReadOnlyProperty.withId(Id<O> id) |
Copyright © 2023. All rights reserved.