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