---
title: AsyncFlatMapSequence.Iterator
framework: swift
role: symbol
role_heading: Structure
path: swift/asyncflatmapsequence/iterator
---

# AsyncFlatMapSequence.Iterator

The iterator that produces elements of the flat map sequence.

## Declaration

```swift
struct Iterator
```

## Topics

### Instance Methods

- [next()](swift/asyncflatmapsequence/iterator/next().md)
- [next(isolation:)](swift/asyncflatmapsequence/iterator/next(isolation:).md)

### Type Aliases

- [AsyncFlatMapSequence.Iterator.Element](swift/asyncflatmapsequence/iterator/element.md)

### Default Implementations

- [AsyncIteratorProtocol Implementations](swift/asyncflatmapsequence/iterator/asynciteratorprotocol-implementations.md)

## Relationships

### Conforms To

- [AsyncIteratorProtocol](swift/asynciteratorprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
