| Package | Description |
|---|---|
| de.flapdoodle.eval.example | |
| de.flapdoodle.eval.example.evaluables.basic |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableArrayValue
Immutable implementation of
Value.ArrayValue. |
| Modifier and Type | Method and Description |
|---|---|
static Value.ArrayValue |
Value.of(Collection<? extends Value<?>> array) |
static <T> Value.ArrayValue |
Value.of(Function<T,Value<?>> mapper,
Collection<? extends T> array) |
static <T> Value.ArrayValue |
Value.of(Function<T,Value<?>> mapper,
T... array) |
static Value.ArrayValue |
Value.of(Value<?>... array) |
static Value.ArrayValue |
Value.of(Values value) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableArrayValue |
ImmutableArrayValue.copyOf(Value.ArrayValue instance)
Creates an immutable copy of a
Value.ArrayValue value. |
ImmutableArrayValue.Builder |
ImmutableArrayValue.Builder.from(Value.ArrayValue instance)
Fill a builder with attribute values from the provided
ArrayValue instance. |
| Modifier and Type | Method and Description |
|---|---|
Value<?> |
IndexedAccess.ValueArrayAccess.evaluate(VariableResolver variableResolver,
EvaluationContext evaluationContext,
Token token,
Value.ArrayValue first,
Value.NumberValue second) |
Copyright © 2024. All rights reserved.