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