| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ImmutableCopyOnChangeValue.Builder<O,T> |
ImmutableCopyOnChangeValue.builder()
Creates a builder for
ImmutableCopyOnChangeValue. |
ImmutableCopyOnChangeValue.Builder<O,T> |
ImmutableCopyOnChangeValue.Builder.from(CopyOnChangeValue<O,T> instance)
Fill a builder with attribute values from the provided
CopyOnChangeValue instance. |
ImmutableCopyOnChangeValue.Builder<O,T> |
ImmutableCopyOnChangeValue.Builder.id(Id<O> id)
Initializes the value for the
id attribute. |
ImmutableCopyOnChangeValue.Builder<O,T> |
ImmutableCopyOnChangeValue.Builder.property(CopyOnChangeProperty<O,T> property)
Initializes the value for the
property attribute. |
Copyright © 2023. All rights reserved.