AsyncMapSequence

    An asynchronous sequence that maps the given closure over the asynchronous sequence’s elements.

    iOS
    13.0+
    macOS
    10.15+
    tvOS
    13.0+
    watchOS
    6.0+
    struct AsyncMapSequence<Base, Transformed> where Base : AsyncSequence

    Citizens in _Concurrency

    where Base:AsyncSequence

    Types

    Typealiases

    Instance members

    Citizens in _Concurrency

    where Base:AsyncSequence, Base:Sendable, Base.Element:Sendable, Transformed:Copyable, Transformed:Sendable, Transformed:Escapable

    Conformances

    Citizens in _Concurrency

    where Base:AsyncSequence, Transformed:Copyable, Transformed:Escapable

    Conformances

    Instance features