| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEvaluated<T> |
ImmutableEvaluated.Builder.build()
Builds a new
ImmutableEvaluated. |
static <T> ImmutableEvaluated<T> |
ImmutableEvaluated.copyOf(Evaluated<T> instance)
Creates an immutable copy of a
Evaluated value. |
static <T> ImmutableEvaluated<T> |
ImmutableEvaluated.of(de.flapdoodle.reflection.TypeInfo<T> type,
T wrapped)
Construct a new immutable
Evaluated instance. |
ImmutableEvaluated<T> |
ImmutableEvaluated.withType(de.flapdoodle.reflection.TypeInfo<T> value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableEvaluated<T> |
ImmutableEvaluated.withWrapped(T value)
Copy the current immutable object by setting a value for the
wrapped attribute. |
Copyright © 2024. All rights reserved.