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 : AsyncSequenceAn asynchronous sequence that contains, in order, the elements of the base sequence that satisfy the given error-throwing predicate.
struct AsyncThrowingFilterSequence<Base> where Base : AsyncSequence