| Package | Description |
|---|---|
| de.flapdoodle.formula.validation |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStrictValidatedValueLookup |
ImmutableStrictValidatedValueLookup.Builder.build()
Builds a new
ImmutableStrictValidatedValueLookup. |
static ImmutableStrictValidatedValueLookup |
ImmutableStrictValidatedValueLookup.copyOf(StrictValidatedValueLookup instance)
Creates an immutable copy of a
StrictValidatedValueLookup value. |
static ImmutableStrictValidatedValueLookup |
ImmutableStrictValidatedValueLookup.of(Iterable<? extends ValidatedValue<?>> validatedValues)
Construct a new immutable
StrictValidatedValueLookup instance. |
static ImmutableStrictValidatedValueLookup |
ImmutableStrictValidatedValueLookup.of(List<ValidatedValue<?>> validatedValues)
Construct a new immutable
StrictValidatedValueLookup instance. |
ImmutableStrictValidatedValueLookup |
ImmutableStrictValidatedValueLookup.withValidatedValues(Iterable<? extends ValidatedValue<?>> elements)
Copy the current immutable object with elements that replace the content of
validatedValues. |
ImmutableStrictValidatedValueLookup |
ImmutableStrictValidatedValueLookup.withValidatedValues(ValidatedValue<?>... elements)
Copy the current immutable object with elements that replace the content of
validatedValues. |
Copyright © 2023. All rights reserved.