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