Contents

AsyncFlatMapSequence

An asynchronous sequence that concatenates the results of calling a given transformation with each element of this sequence.

Declaration

struct AsyncFlatMapSequence<Base, SegmentOfResult> where Base : AsyncSequence, SegmentOfResult : AsyncSequence

Topics

Structures

Type Aliases

Default Implementations

See Also

Transforming a Sequence