---
title: AsyncSequence Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/throwingtaskgroup/asyncsequence-implementations
---

# AsyncSequence Implementations

## Topics

### Instance Methods

- [allSatisfy(_:)](swift/throwingtaskgroup/allsatisfy(_:).md)
- [compactMap(_:)](swift/throwingtaskgroup/compactmap(_:)-7mgi5.md)
- [compactMap(_:)](swift/throwingtaskgroup/compactmap(_:)-944nh.md)
- [contains(_:)](swift/throwingtaskgroup/contains(_:).md)
- [contains(where:)](swift/throwingtaskgroup/contains(where:).md)
- [drop(while:)](swift/throwingtaskgroup/drop(while:).md)
- [dropFirst(_:)](swift/throwingtaskgroup/dropfirst(_:).md)
- [filter(_:)](swift/throwingtaskgroup/filter(_:).md)
- [first(where:)](swift/throwingtaskgroup/first(where:).md)
- [flatMap(_:)](swift/throwingtaskgroup/flatmap(_:)-319er.md)
- [flatMap(_:)](swift/throwingtaskgroup/flatmap(_:)-8ved0.md)
- [flatMap(_:)](swift/throwingtaskgroup/flatmap(_:)-dwsi.md)
- [flatMap(_:)](swift/throwingtaskgroup/flatmap(_:)-vhiz.md)
- [makeAsyncIterator()](swift/throwingtaskgroup/makeasynciterator().md)
- [map(_:)](swift/throwingtaskgroup/map(_:)-4a4ju.md)
- [map(_:)](swift/throwingtaskgroup/map(_:)-58nrv.md)
- [max()](swift/throwingtaskgroup/max().md)
- [max(by:)](swift/throwingtaskgroup/max(by:).md)
- [min()](swift/throwingtaskgroup/min().md)
- [min(by:)](swift/throwingtaskgroup/min(by:).md)
- [prefix(_:)](swift/throwingtaskgroup/prefix(_:).md)
- [prefix(while:)](swift/throwingtaskgroup/prefix(while:).md)
- [reduce(_:_:)](swift/throwingtaskgroup/reduce(_:_:).md)
- [reduce(into:_:)](swift/throwingtaskgroup/reduce(into:_:).md)

### Type Aliases

- [ThrowingTaskGroup.AsyncIterator](swift/throwingtaskgroup/asynciterator.md)
- [ThrowingTaskGroup.Element](swift/throwingtaskgroup/element.md)
