Generic Structure

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 話題

Type Aliases 型エイリアス

Instance Methods インスタンスメソッド

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

Transforming a Sequence シーケンスを変形する