| Package | Description |
|---|---|
| de.flapdoodle.formula.solver |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableContext.Builder |
ImmutableContext.builder()
Creates a builder for
ImmutableContext. |
ImmutableContext.Builder |
ImmutableContext.Builder.from(Context instance)
Fill a builder with attribute values from the provided
Context instance. |
ImmutableContext.Builder |
ImmutableContext.Builder.putAllValidationErrorMap(Map<? extends Value<?>,? extends ValidationError> entries)
Put all mappings from the specified map as entries to
validationErrorMap map. |
ImmutableContext.Builder |
ImmutableContext.Builder.putValidationErrorMap(Map.Entry<? extends Value<?>,? extends ValidationError> entry)
Put one entry to the
validationErrorMap map. |
ImmutableContext.Builder |
ImmutableContext.Builder.putValidationErrorMap(Value<?> key,
ValidationError value)
Put one entry to the
validationErrorMap map. |
ImmutableContext.Builder |
ImmutableContext.Builder.unvalidated(ValueContainer unvalidated)
Initializes the value for the
unvalidated attribute. |
ImmutableContext.Builder |
ImmutableContext.Builder.validatedValues(ValueContainer validatedValues)
Initializes the value for the
validatedValues attribute. |
ImmutableContext.Builder |
ImmutableContext.Builder.validationErrorMap(Map<? extends Value<?>,? extends ValidationError> entries)
Sets or replaces all mappings from the specified map as entries for the
validationErrorMap map. |
Copyright © 2023. All rights reserved.