| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain |
| Modifier and Type | Method and Description |
|---|---|
static <O,T> ImmutableReadOnlyValue.Builder<O,T> |
ImmutableReadOnlyValue.builder()
Creates a builder for
ImmutableReadOnlyValue. |
ImmutableReadOnlyValue.Builder<O,T> |
ImmutableReadOnlyValue.Builder.from(ReadOnlyValue<O,T> instance)
Fill a builder with attribute values from the provided
ReadOnlyValue instance. |
ImmutableReadOnlyValue.Builder<O,T> |
ImmutableReadOnlyValue.Builder.id(Id<O> id)
Initializes the value for the
id attribute. |
ImmutableReadOnlyValue.Builder<O,T> |
ImmutableReadOnlyValue.Builder.property(ReadOnlyProperty<O,T> property)
Initializes the value for the
property attribute. |
Copyright © 2023. All rights reserved.