| Package | Description |
|---|---|
| de.flapdoodle.formula.validation |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableValidatedValue.Builder<T> |
ImmutableValidatedValue.builder(ValueSource<T> source)
Creates a builder for
ImmutableValidatedValue. |
static <T> ImmutableValidatedValue.Builder<T> |
ValidatedValue.builder(ValueSource<T> source) |
ImmutableValidatedValue.Builder<T> |
ImmutableValidatedValue.Builder.from(ValidatedValue<T> instance)
Fill a builder with attribute values from the provided
ValidatedValue instance. |
ImmutableValidatedValue.Builder<T> |
ImmutableValidatedValue.Builder.valueOrError(Either<T,ValidationError> valueOrError)
Initializes the value for the
valueOrError attribute. |
Copyright © 2023. All rights reserved.