| Package | Description |
|---|---|
| de.flapdoodle.formula.values.domain |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangeableInstance<O extends ChangeableInstance<O>> |
class |
ChangeableInstanceValueLookup<O extends ChangeableInstance<O>> |
class |
ImmutableChangeableInstanceValueLookup<O extends ChangeableInstance<O>>
Immutable implementation of
ChangeableInstanceValueLookup. |
static class |
ImmutableChangeableInstanceValueLookup.Builder<O extends ChangeableInstance<O>>
Builds instances of type
ImmutableChangeableInstanceValueLookup. |
| Modifier and Type | Method and Description |
|---|---|
static <O extends ChangeableInstance<O>> |
ImmutableChangeableInstanceValueLookup.builder()
Creates a builder for
ImmutableChangeableInstanceValueLookup. |
static <O extends ChangeableInstance<O>> |
ChangeableInstance.change(O instance,
Result result) |
static <O extends ChangeableInstance<O>> |
ImmutableChangeableInstanceValueLookup.copyOf(ChangeableInstanceValueLookup<O> instance)
Creates an immutable copy of a
ChangeableInstanceValueLookup value. |
static <O extends ChangeableInstance<O>> |
ImmutableChangeableInstanceValueLookup.of(O instance,
ValueLookup fallback)
Construct a new immutable
ChangeableInstanceValueLookup instance. |
static <O extends ChangeableInstance<O>> |
ChangeableInstanceValueLookup.of(O instance,
ValueLookup fallback) |
Copyright © 2023. All rights reserved.