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

makeAsyncIterator()

Creates the asynchronous iterator that produces elements of this asynchronous sequence. 非同期イテレータを作成します、それはこの非同期シーケンスの要素を取り出すものです。

Declaration 宣言

final func makeAsyncIterator() -> NotificationCenter.Notifications.Iterator

Return Value 戻り値

An instance of the AsyncIterator type used to produce elements of the asynchronous sequence. 非同期シーケンスの要素それらを生み出すために使われるAsyncIterator型のインスタンス。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Creating an Iterator イテレータを作成する