| Package | Description |
|---|---|
| de.flapdoodle.formula.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableContext
Immutable implementation of
Context. |
| Modifier and Type | Method and Description |
|---|---|
<T> Context |
Context.add(Value<T> id,
T value) |
Context |
Context.addIfNotExist(List<MappedValue<?>> entries) |
<T> Context |
Context.addIfNotExist(MappedValue<T> mappedValue) |
<T> Context |
Context.addInvalid(Value<T> id,
ValidationError validationError) |
<T> Context |
Context.addUnvalidated(Value<T> id,
T value) |
static Context |
Context.empty() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableContext |
ImmutableContext.copyOf(Context instance)
Creates an immutable copy of a
Context value. |
ImmutableContext.Builder |
ImmutableContext.Builder.from(Context instance)
Fill a builder with attribute values from the provided
Context instance. |
Copyright © 2023. All rights reserved.