Type Alias

AsyncCompactMapSequence.Element

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

Declaration 宣言

typealias Element = ElementOfResult

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル