Contents

AsyncThrowingFilterSequence

An asynchronous sequence that contains, in order, the elements of the base sequence that satisfy the given error-throwing predicate.

Declaration

struct AsyncThrowingFilterSequence<Base> where Base : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Excluding Elements