| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableEvaluated.Builder<T> |
ImmutableEvaluated.builder()
Creates a builder for
ImmutableEvaluated. |
ImmutableEvaluated.Builder<T> |
ImmutableEvaluated.Builder.from(Evaluated<T> instance)
Fill a builder with attribute values from the provided
Evaluated instance. |
ImmutableEvaluated.Builder<T> |
ImmutableEvaluated.Builder.type(de.flapdoodle.reflection.TypeInfo<T> type)
Initializes the value for the
type attribute. |
ImmutableEvaluated.Builder<T> |
ImmutableEvaluated.Builder.wrapped(T wrapped)
Initializes the value for the
wrapped attribute. |
Copyright © 2024. All rights reserved.