| Package | Description |
|---|---|
| de.flapdoodle.formula.solver | |
| de.flapdoodle.formula.types | |
| de.flapdoodle.formula.validation |
| Modifier and Type | Method and Description |
|---|---|
default <T> Either<T,ValidationError> |
Result.valueOrError(Value<T> id) |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> Either<L,R> |
Either.left(L left) |
<T> Either<T,R> |
Either.mapLeft(Function<L,T> transformation) |
<T> Either<L,T> |
Either.mapRight(Function<R,T> transformation) |
static <L,R> Either<L,R> |
Either.right(R right) |
| Modifier and Type | Method and Description |
|---|---|
Either<T,ValidationError> |
ImmutableValidatedValue.valueOrError() |
abstract Either<T,ValidationError> |
ValidatedValue.valueOrError() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableValidatedValue.Builder<T> |
ImmutableValidatedValue.Builder.valueOrError(Either<T,ValidationError> valueOrError)
Initializes the value for the
valueOrError attribute. |
ImmutableValidatedValue<T> |
ImmutableValidatedValue.withValueOrError(Either<T,ValidationError> value)
Copy the current immutable object by setting a value for the
valueOrError attribute. |
Copyright © 2023. All rights reserved.