| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMappedValue<T>
Immutable implementation of
MappedValue. |
| Modifier and Type | Method and Description |
|---|---|
static <T> MappedValue<T> |
MappedValue.of(Value<T> id,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableList<MappedValue<?>> |
ImmutableStrictValueLookup.entries() |
protected abstract List<MappedValue<?>> |
StrictValueLookup.entries() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStrictValueLookup.Builder |
ImmutableStrictValueLookup.Builder.addEntries(MappedValue<?>... elements)
Adds elements to
entries list. |
ImmutableStrictValueLookup.Builder |
ImmutableStrictValueLookup.Builder.addEntries(MappedValue<?> element)
Adds one element to
entries list. |
static <T> ImmutableMappedValue<T> |
ImmutableMappedValue.copyOf(MappedValue<T> instance)
Creates an immutable copy of a
MappedValue value. |
ImmutableMappedValue.Builder<T> |
ImmutableMappedValue.Builder.from(MappedValue<T> instance)
Fill a builder with attribute values from the provided
MappedValue instance. |
static StrictValueLookup |
StrictValueLookup.of(MappedValue<?>... entries) |
ImmutableStrictValueLookup |
ImmutableStrictValueLookup.withEntries(MappedValue<?>... elements)
Copy the current immutable object with elements that replace the content of
entries. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStrictValueLookup.Builder |
ImmutableStrictValueLookup.Builder.addAllEntries(Iterable<? extends MappedValue<?>> elements)
Adds elements to
entries list. |
ImmutableStrictValueLookup.Builder |
ImmutableStrictValueLookup.Builder.entries(Iterable<? extends MappedValue<?>> elements)
Sets or replaces all elements for
entries list. |
static StrictValueLookup |
StrictValueLookup.of(Collection<? extends MappedValue<?>> entries) |
ImmutableStrictValueLookup |
ImmutableStrictValueLookup.withEntries(Iterable<? extends MappedValue<?>> elements)
Copy the current immutable object with elements that replace the content of
entries. |
| Modifier and Type | Method and Description |
|---|---|
<T> Context |
Context.addIfNotExist(MappedValue<T> mappedValue) |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.addIfNotExist(List<MappedValue<?>> entries) |
Copyright © 2023. All rights reserved.