| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain | |
| de.flapdoodle.formula.values.properties |
| Modifier and Type | Method and Description |
|---|---|
protected ReadOnlyProperty<O,T> |
ImmutableReadOnlyValue.property() |
protected abstract ReadOnlyProperty<O,T> |
ReadOnlyValue.property() |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ImmutableReadOnlyValue<O,T> |
ImmutableReadOnlyValue.of(Id<O> id,
ReadOnlyProperty<O,T> property)
Construct a new immutable
ReadOnlyValue instance. |
static <O,T> ImmutableReadOnlyValue<O,T> |
ReadOnlyValue.of(Id<O> id,
ReadOnlyProperty<O,T> property) |
ImmutableReadOnlyValue.Builder<O,T> |
ImmutableReadOnlyValue.Builder.property(ReadOnlyProperty<O,T> property)
Initializes the value for the
property attribute. |
ImmutableReadOnlyValue<O,T> |
ImmutableReadOnlyValue.withProperty(ReadOnlyProperty<O,T> value)
Copy the current immutable object by setting a value for the
property attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableReadOnlyProperty<O,T>
Immutable implementation of
ReadOnlyProperty. |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ReadOnlyProperty<O,T> |
Properties.readOnly(Class<O> type,
String name,
Function<O,T> getter) |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ImmutableReadOnlyProperty<O,T> |
ImmutableReadOnlyProperty.copyOf(ReadOnlyProperty<O,T> instance)
Creates an immutable copy of a
ReadOnlyProperty value. |
ImmutableReadOnlyProperty.Builder<O,T> |
ImmutableReadOnlyProperty.Builder.from(ReadOnlyProperty<O,T> instance)
Fill a builder with attribute values from the provided
ReadOnlyProperty instance. |
Copyright © 2023. All rights reserved.