| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStrictValueLookup
Immutable implementation of
StrictValueLookup. |
| Modifier and Type | Method and Description |
|---|---|
static StrictValueLookup |
StrictValueLookup.of(Collection<? extends MappedValue<?>> entries) |
static StrictValueLookup |
StrictValueLookup.of(MappedValue<?>... entries) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableStrictValueLookup |
ImmutableStrictValueLookup.copyOf(StrictValueLookup instance)
Creates an immutable copy of a
StrictValueLookup value. |
ImmutableStrictValueLookup.Builder |
ImmutableStrictValueLookup.Builder.from(StrictValueLookup instance)
Fill a builder with attribute values from the provided
StrictValueLookup instance. |
Copyright © 2023. All rights reserved.