Type Alias

AsyncFilterSequence.Element

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

Declaration 宣言

typealias Element = Base.Element

Discussion 解説

The filter sequence produces whatever type of element its base sequence produces. フィルタシーケンスは、それの基底シーケンスが生み出す要素の型が何であろうとも生み出します。

Relationships 関係

From Protocol 由来プロトコル