SectionedResultsIterator

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

SectionedResults 인스턴스의 반복자(iterator)입니다.

  • 다음 요소로 이동하여 반환하거나 다음 요소가 없는 경우 nil 을(를) 반환합니다.

    선언

    Swift

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