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