---
title: AsyncCompactMapSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asynccompactmapsequence/element
---

# AsyncCompactMapSequence.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = ElementOfResult
```

## Discussion

Discussion The compact map sequence produces whatever type of element its transforming closure produces.
