| Package | Description |
|---|---|
| de.flapdoodle.formula.validation |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStrictValidatedValueLookup.Builder |
ImmutableStrictValidatedValueLookup.Builder.addAllValidatedValues(Iterable<? extends ValidatedValue<?>> elements)
Adds elements to
validatedValues list. |
ImmutableStrictValidatedValueLookup.Builder |
ImmutableStrictValidatedValueLookup.Builder.addValidatedValues(ValidatedValue<?>... elements)
Adds elements to
validatedValues list. |
ImmutableStrictValidatedValueLookup.Builder |
ImmutableStrictValidatedValueLookup.Builder.addValidatedValues(ValidatedValue<?> element)
Adds one element to
validatedValues list. |
static ImmutableStrictValidatedValueLookup.Builder |
ImmutableStrictValidatedValueLookup.builder()
Creates a builder for
ImmutableStrictValidatedValueLookup. |
ImmutableStrictValidatedValueLookup.Builder |
ImmutableStrictValidatedValueLookup.Builder.from(StrictValidatedValueLookup instance)
Fill a builder with attribute values from the provided
StrictValidatedValueLookup instance. |
ImmutableStrictValidatedValueLookup.Builder |
ImmutableStrictValidatedValueLookup.Builder.validatedValues(Iterable<? extends ValidatedValue<?>> elements)
Sets or replaces all elements for
validatedValues list. |
Copyright © 2023. All rights reserved.