Documentation Language: Swift

Method

evaluate(in:)

Evaluates the iterate expression in the given execution context.

@MainActor func evaluate(in context: ATLExecutionContext) async throws -> (any EcoreValue)?

Parameters

context

The execution context

Return Value

The final accumulator value after iteration

Discussion