| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables | |
| de.flapdoodle.eval.core.exceptions | |
| de.flapdoodle.eval.core.validation | |
| de.flapdoodle.eval.example.evaluables.validation |
| Modifier and Type | Method and Description |
|---|---|
static EvaluableException |
TypedEvaluableByArguments.signatureNotFound(List<TypedEvaluable<?>> list,
List<?> values,
List<EvaluableException> errors) |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.types.Either<TypedEvaluable<?>,EvaluableException> |
TypedEvaluables.find(List<?> values) |
de.flapdoodle.types.Either<TypedEvaluable<?>,EvaluableException> |
TypedEvaluableByArguments.find(List<?> values) |
static de.flapdoodle.types.Either<TypedEvaluable<?>,EvaluableException> |
TypedEvaluableByArguments.find(List<TypedEvaluable<?>> list,
List<?> values) |
Optional<EvaluableException> |
Signature.validateArguments(List<?> arguments) |
default Optional<EvaluableException> |
Parameter.validationError(Object parameterValue) |
| Modifier and Type | Method and Description |
|---|---|
static EvaluableException |
TypedEvaluableByArguments.signatureNotFound(List<TypedEvaluable<?>> list,
List<?> values,
List<EvaluableException> errors) |
| Modifier and Type | Method and Description |
|---|---|
static EvaluableException |
EvaluableException.of(String message,
Object... args) |
static EvaluableException |
EvaluableException.ofUnsupportedDataTypeInOperation() |
static EvaluableException |
EvaluableException.validationError(String message) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationException |
EvaluationException.of(Token token,
List<? extends EvaluableException> causes) |
| Constructor and Description |
|---|
EvaluationException(Token token,
EvaluableException cause) |
| Modifier and Type | Method and Description |
|---|---|
Optional<EvaluableException> |
ParameterValidator.validate(T parameterValue) |
| Modifier and Type | Method and Description |
|---|---|
Optional<EvaluableException> |
NumberValidator.validate(Value.NumberValue parameterValue) |
Copyright © 2024. All rights reserved.