| Package | Description |
|---|---|
| de.flapdoodle.formula.values.properties |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ImmutableCopyOnChangeProperty.Builder<O,T> |
ImmutableCopyOnChangeProperty.builder()
Creates a builder for
ImmutableCopyOnChangeProperty. |
ImmutableCopyOnChangeProperty.Builder<O,T> |
ImmutableCopyOnChangeProperty.Builder.copyOnWrite(BiFunction<O,T,O> copyOnWrite)
Initializes the value for the
copyOnWrite attribute. |
ImmutableCopyOnChangeProperty.Builder<O,T> |
ImmutableCopyOnChangeProperty.Builder.from(CopyOnChangeProperty<O,T> instance)
Fill a builder with attribute values from the provided
CopyOnChangeProperty instance. |
ImmutableCopyOnChangeProperty.Builder<O,T> |
ImmutableCopyOnChangeProperty.Builder.getter(Function<O,T> getter)
Initializes the value for the
getter attribute. |
ImmutableCopyOnChangeProperty.Builder<O,T> |
ImmutableCopyOnChangeProperty.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableCopyOnChangeProperty.Builder<O,T> |
ImmutableCopyOnChangeProperty.Builder.type(Class<O> type)
Initializes the value for the
type attribute. |
Copyright © 2023. All rights reserved.