| Package | Description |
|---|---|
| de.flapdoodle.formula.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableExplainValue<T>
Immutable implementation of
Explanation.ExplainValue. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Explanation.ExplainValue |
Explanation.explainValue(Value<T> destination,
Validation<T> validation,
Calculation<T> calculation) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Explanation.ExplainValue<?>> |
ImmutableExplanation.list() |
abstract List<Explanation.ExplainValue<?>> |
Explanation.list() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExplanation.Builder |
ImmutableExplanation.Builder.addList(Explanation.ExplainValue<?>... elements)
Adds elements to
list list. |
ImmutableExplanation.Builder |
ImmutableExplanation.Builder.addList(Explanation.ExplainValue<?> element)
Adds one element to
list list. |
static <T> ImmutableExplainValue<T> |
ImmutableExplainValue.copyOf(Explanation.ExplainValue<T> instance)
Creates an immutable copy of a
Explanation.ExplainValue value. |
ImmutableExplainValue.Builder<T> |
ImmutableExplainValue.Builder.from(Explanation.ExplainValue<T> instance)
Fill a builder with attribute values from the provided
ExplainValue instance. |
ImmutableExplanation |
ImmutableExplanation.withList(Explanation.ExplainValue<?>... elements)
Copy the current immutable object with elements that replace the content of
list. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExplanation.Builder |
ImmutableExplanation.Builder.addAllList(Iterable<? extends Explanation.ExplainValue<?>> elements)
Adds elements to
list list. |
ImmutableExplanation.Builder |
ImmutableExplanation.Builder.list(Iterable<? extends Explanation.ExplainValue<?>> elements)
Sets or replaces all elements for
list list. |
ImmutableExplanation |
ImmutableExplanation.withList(Iterable<? extends Explanation.ExplainValue<?>> elements)
Copy the current immutable object with elements that replace the content of
list. |
Copyright © 2023. All rights reserved.