Contents

AsyncThrowingCompactMapSequence

An asynchronous sequence that maps an error-throwing closure over the base sequence’s elements, omitting results that don’t return a value.

Declaration

struct AsyncThrowingCompactMapSequence<Base, ElementOfResult> where Base : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Transforming a Sequence