| Package | Description |
|---|---|
| de.flapdoodle.formula.solver |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExplanation |
ImmutableExplanation.Builder.build()
Builds a new
ImmutableExplanation. |
static ImmutableExplanation |
ImmutableExplanation.copyOf(Explanation instance)
Creates an immutable copy of a
Explanation value. |
ImmutableExplanation |
ImmutableExplanation.withList(Explanation.ExplainValue<?>... elements)
Copy the current immutable object with elements that replace the content of
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.