Contents

AsyncThrowingMapSequence

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

Declaration

struct AsyncThrowingMapSequence<Base, Transformed> where Base : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Transforming a Sequence