| Package | Description |
|---|---|
| de.flapdoodle.eval.example | |
| de.flapdoodle.eval.example.evaluables.basic |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMapValue
Immutable implementation of
Value.MapValue. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Value.MapValue |
Value.of(Function<T,Value<?>> mapper,
Map<String,T> map) |
static Value.MapValue |
Value.of(ValueMap value) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMapValue |
ImmutableMapValue.copyOf(Value.MapValue instance)
Creates an immutable copy of a
Value.MapValue value. |
ImmutableMapValue.Builder |
ImmutableMapValue.Builder.from(Value.MapValue instance)
Fill a builder with attribute values from the provided
MapValue instance. |
| Modifier and Type | Method and Description |
|---|---|
Value<?> |
PropertyAccess.MapAccess.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.MapValue first,
Value.StringValue second) |
Copyright © 2024. All rights reserved.