Type Alias

AsyncThrowingMapSequence.Element

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

Declaration 宣言

typealias Element = Transformed

Discussion 解説

The map sequence produces whatever type of element its the transforming closure produces. マップシーケンスは、それの変換クロージャが生み出す要素の型が何であろうとも生み出します。

Relationships 関係

From Protocol 由来プロトコル