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