SessionedResultsIterator

@frozen
public struct SectionedResultsIterator<Key, Element> : IteratorProtocol where Key : _Persistable, Key : Hashable, Element : RealmCollectionValue

SectionedResultsインスタンスのイテレータ。

  • 次の要素に進んでそれを返します。次の要素が存在しない場合はnilです。

    宣言

    Swift

    public mutating func next() -> ResultsSection<Key, Element>?