| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableModifyInstanceValue<O,T> |
ImmutableModifyInstanceValue.Builder.build()
Builds a new
ImmutableModifyInstanceValue. |
static <O,T> ImmutableModifyInstanceValue<O,T> |
ImmutableModifyInstanceValue.copyOf(ModifyInstanceValue<O,T> instance)
Creates an immutable copy of a
ModifyInstanceValue value. |
static <O,T> ImmutableModifyInstanceValue<O,T> |
ImmutableModifyInstanceValue.of(Id<O> id,
ModifiableProperty<O,T> property)
Construct a new immutable
ModifyInstanceValue instance. |
static <O,T> ImmutableModifyInstanceValue<O,T> |
ModifyInstanceValue.of(Id<O> id,
ModifiableProperty<O,T> property) |
ImmutableModifyInstanceValue<O,T> |
ImmutableModifyInstanceValue.withId(Id<O> value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableModifyInstanceValue<O,T> |
ImmutableModifyInstanceValue.withProperty(ModifiableProperty<O,T> value)
Copy the current immutable object by setting a value for the
property attribute. |
Copyright © 2023. All rights reserved.