| Package | Description |
|---|---|
| de.flapdoodle.formula.values.properties |
| Modifier and Type | Method and Description |
|---|---|
ImmutableModifiableProperty<O,T> |
ImmutableModifiableProperty.Builder.build()
Builds a new
ImmutableModifiableProperty. |
static <O,T> ImmutableModifiableProperty<O,T> |
ImmutableModifiableProperty.copyOf(ModifiableProperty<O,T> instance)
Creates an immutable copy of a
ModifiableProperty value. |
static <O,T> ImmutableModifiableProperty<O,T> |
ImmutableModifiableProperty.of(Class<O> type,
String name,
Function<O,T> getter,
BiConsumer<O,T> setter)
Construct a new immutable
ModifiableProperty instance. |
static <O,T> ImmutableModifiableProperty<O,T> |
ModifiableProperty.of(Class<O> type,
String name,
Function<O,T> getter,
BiConsumer<O,T> setter) |
ImmutableModifiableProperty<O,T> |
ImmutableModifiableProperty.withGetter(Function<O,T> value)
Copy the current immutable object by setting a value for the
getter attribute. |
ImmutableModifiableProperty<O,T> |
ImmutableModifiableProperty.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableModifiableProperty<O,T> |
ImmutableModifiableProperty.withSetter(BiConsumer<O,T> value)
Copy the current immutable object by setting a value for the
setter attribute. |
ImmutableModifiableProperty<O,T> |
ImmutableModifiableProperty.withType(Class<O> value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2023. All rights reserved.