| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables | |
| de.flapdoodle.eval.example |
| Modifier and Type | Method and Description |
|---|---|
T |
ImmutableEvaluated.wrapped() |
abstract T |
Evaluated.wrapped() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableEvaluated<T> |
ImmutableEvaluated.of(de.flapdoodle.reflection.TypeInfo<T> type,
T wrapped)
Construct a new immutable
Evaluated instance. |
static <T> Evaluated<T> |
Evaluated.ofNullable(Class<T> type,
T value) |
static <T> Evaluated<T> |
Evaluated.ofNullable(de.flapdoodle.reflection.TypeInfo<T> type,
T value) |
ImmutableEvaluated<T> |
ImmutableEvaluated.withWrapped(T value)
Copy the current immutable object by setting a value for the
wrapped attribute. |
ImmutableEvaluated.Builder<T> |
ImmutableEvaluated.Builder.wrapped(T wrapped)
Initializes the value for the
wrapped attribute. |
| Modifier and Type | Method and Description |
|---|---|
Void |
ImmutableNullValue.wrapped() |
abstract Void |
Value.NullValue.wrapped() |
T |
Value.FailedWithException.wrapped() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNullValue |
ImmutableNullValue.withWrapped(Void value)
Copy the current immutable object by setting a value for the
wrapped attribute. |
ImmutableNullValue.Builder |
ImmutableNullValue.Builder.wrapped(Void wrapped)
Initializes the value for the
wrapped attribute. |
Copyright © 2024. All rights reserved.