mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9ead8781d4
Co-authored-by: Alex Martini <amartini@apple.com> Co-authored-by: Graham Lee <glee23@apple.com> Co-authored-by: Chris Adamson <cadamson@apple.com> Co-authored-by: Kirby Turner <kirby_turner@apple.com> Co-authored-by: Paris Pinkney <ppinkney@apple.com> Co-authored-by: Dave Spector <dspector@apple.com> Co-authored-by: Sofia Rodriguez Morales <sofia_rodriguez@apple.com> Co-authored-by: Ethan Kusters <ekusters@apple.com> Co-authored-by: Goli Mohammadi <g_mohammadi@apple.com> Co-authored-by: Adora Vaz <a_vaz@apple.com> Co-authored-by: David Rönnqvist <ronnqvist@apple.com> Co-authored-by: Nate Merseth Cook <natecook@apple.com> Co-authored-by: Susan Conant <susan_c@apple.com>
1.9 KiB
1.9 KiB
Swift/AsyncSequence
Topics
Creating an Iterator
Swift/AsyncSequence/makeAsyncIterator()Swift/AsyncSequence/AsyncIteratorSwift/AsyncIteratorProtocolSwift/AsyncSequence/Element
Finding Elements
Swift/AsyncSequence/contains(_:)Swift/AsyncSequence/contains(where:)Swift/AsyncSequence/allSatisfy(_:)Swift/AsyncSequence/first(where:)Swift/AsyncSequence/min()Swift/AsyncSequence/min(by:)Swift/AsyncSequence/max()Swift/AsyncSequence/max(by:)
Selecting Elements
Swift/AsyncSequence/prefix(_:)Swift/AsyncPrefixSequenceSwift/AsyncSequence/prefix(while:)-2xy95Swift/AsyncPrefixWhileSequenceSwift/AsyncSequence/prefix(while:)-6yp5nSwift/AsyncThrowingPrefixWhileSequence
Excluding Elements
Swift/AsyncSequence/dropFirst(_:)Swift/AsyncDropFirstSequenceSwift/AsyncSequence/drop(while:)-9sp3bSwift/AsyncDropWhileSequenceSwift/AsyncSequence/drop(while:)-67kgoSwift/AsyncThrowingDropWhileSequenceSwift/AsyncSequence/filter(_:)-435afSwift/AsyncFilterSequenceSwift/AsyncSequence/filter(_:)-2cc0lSwift/AsyncThrowingFilterSequence
Transforming a Sequence
Swift/AsyncSequence/map(_:)-1q1k3Swift/AsyncMapSequenceSwift/AsyncSequence/map(_:)-70wgbSwift/AsyncThrowingMapSequenceSwift/AsyncSequence/compactMap(_:)-gfdqSwift/AsyncCompactMapSequenceSwift/AsyncSequence/compactMap(_:)-1f8znSwift/AsyncThrowingCompactMapSequenceSwift/AsyncFlatMapSequenceSwift/AsyncSequence/flatMap(_:)-5rn1jSwift/AsyncSequence/flatMap(_:)-54rrtSwift/AsyncSequence/flatMap(_:)-4bl9aSwift/AsyncSequence/flatMap(_:)->AsyncThrowingFlatMapSequence<Self,SegmentOfResult>Swift/AsyncThrowingFlatMapSequenceSwift/AsyncSequence/reduce(_:_:)Swift/AsyncSequence/reduce(into:_:)