Documentation Language: Swift

Method

evaluate(in:)

Evaluates the collection literal by creating the appropriate collection type and evaluating all element expressions.

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