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

# AsyncSequence Implementations

## Topics

### Instance Methods

- [allSatisfy(_:)](swift/asyncthrowingdropwhilesequence/allsatisfy(_:).md)
- [compactMap(_:)](swift/asyncthrowingdropwhilesequence/compactmap(_:)-11hbc.md)
- [compactMap(_:)](swift/asyncthrowingdropwhilesequence/compactmap(_:)-1pl3p.md)
- [contains(_:)](swift/asyncthrowingdropwhilesequence/contains(_:).md)
- [contains(where:)](swift/asyncthrowingdropwhilesequence/contains(where:).md)
- [drop(while:)](swift/asyncthrowingdropwhilesequence/drop(while:).md)
- [dropFirst(_:)](swift/asyncthrowingdropwhilesequence/dropfirst(_:).md)
- [filter(_:)](swift/asyncthrowingdropwhilesequence/filter(_:).md)
- [first(where:)](swift/asyncthrowingdropwhilesequence/first(where:).md)
- [flatMap(_:)](swift/asyncthrowingdropwhilesequence/flatmap(_:)-1kre6.md)
- [flatMap(_:)](swift/asyncthrowingdropwhilesequence/flatmap(_:)-3m83p.md)
- [flatMap(_:)](swift/asyncthrowingdropwhilesequence/flatmap(_:)-5gwyv.md)
- [flatMap(_:)](swift/asyncthrowingdropwhilesequence/flatmap(_:)-86tec.md)
- [makeAsyncIterator()](swift/asyncthrowingdropwhilesequence/makeasynciterator().md)
- [map(_:)](swift/asyncthrowingdropwhilesequence/map(_:)-2zjn.md)
- [map(_:)](swift/asyncthrowingdropwhilesequence/map(_:)-8i9r9.md)
- [max()](swift/asyncthrowingdropwhilesequence/max().md)
- [max(by:)](swift/asyncthrowingdropwhilesequence/max(by:).md)
- [min()](swift/asyncthrowingdropwhilesequence/min().md)
- [min(by:)](swift/asyncthrowingdropwhilesequence/min(by:).md)
- [prefix(_:)](swift/asyncthrowingdropwhilesequence/prefix(_:).md)
- [prefix(while:)](swift/asyncthrowingdropwhilesequence/prefix(while:).md)
- [reduce(_:_:)](swift/asyncthrowingdropwhilesequence/reduce(_:_:).md)
- [reduce(into:_:)](swift/asyncthrowingdropwhilesequence/reduce(into:_:).md)

### Type Aliases

- [AsyncThrowingDropWhileSequence.AsyncIterator](swift/asyncthrowingdropwhilesequence/asynciterator.md)
- [AsyncThrowingDropWhileSequence.Element](swift/asyncthrowingdropwhilesequence/element.md)
