Type Alias

AsyncFlatMapSequence.Element

The type of element produced by this asynchronous sequence. この非同期シーケンスによって取り出される要素の型。

Declaration 宣言

typealias Element = SegmentOfResult.Element

Discussion 解説

The flat map sequence produces the type of element in the asynchronous sequence produced by the transform closure. このフラットマップシーケンスは、transformクロージャによって生み出される非同期シーケンスの中の要素の型を生み出します。

Relationships 関係

From Protocol 由来プロトコル