| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableChangeableInstanceValueLookup<O extends ChangeableInstance<O>>
Immutable implementation of
ChangeableInstanceValueLookup. |
| Modifier and Type | Method and Description |
|---|---|
static <O extends ChangeableInstance<O>> |
ChangeableInstanceValueLookup.of(O instance,
ValueLookup fallback) |
| Modifier and Type | Method and Description |
|---|---|
static <O extends ChangeableInstance<O>> |
ImmutableChangeableInstanceValueLookup.copyOf(ChangeableInstanceValueLookup<O> instance)
Creates an immutable copy of a
ChangeableInstanceValueLookup value. |
ImmutableChangeableInstanceValueLookup.Builder<O> |
ImmutableChangeableInstanceValueLookup.Builder.from(ChangeableInstanceValueLookup<O> instance)
Fill a builder with attribute values from the provided
ChangeableInstanceValueLookup instance. |
Copyright © 2023. All rights reserved.