| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStrictValueLookup |
ImmutableStrictValueLookup.Builder.build()
Builds a new
ImmutableStrictValueLookup. |
static ImmutableStrictValueLookup |
ImmutableStrictValueLookup.copyOf(StrictValueLookup instance)
Creates an immutable copy of a
StrictValueLookup value. |
ImmutableStrictValueLookup |
ImmutableStrictValueLookup.withEntries(Iterable<? extends MappedValue<?>> elements)
Copy the current immutable object with elements that replace the content of
entries. |
ImmutableStrictValueLookup |
ImmutableStrictValueLookup.withEntries(MappedValue<?>... elements)
Copy the current immutable object with elements that replace the content of
entries. |
Copyright © 2023. All rights reserved.