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

next()

Advances to the next element and returns it, or nil if no next element exists. 次の要素へ進んでそれを返します、または次の要素が存在しないならばnilを返します。

Declaration 宣言

mutating func next() -> LazyFilterSequence<Base>.Iterator.Element?

Discussion 解説

Once nil has been returned, all subsequent calls return nil. 一旦nilが返されるならば、すべての続いて起こる呼び出しはnilを返します。

Precondition: next() has not been applied to a copy of self since the copy was made. 前提条件:next()selfのコピーに、そのコピーが作成されて以来まったく適用されていないこと。

Relationships 関係

From Protocol 由来プロトコル