SectionedResultsIterador
@frozen
public struct SectionedResultsIterator<Key, Element> : IteratorProtocol where Key : _Persistable, Key : Hashable, Element : RealmCollectionValue
Um iterador para uma instância do SectionedResults
.
-
Avance para o próximo elemento e retorne-o, ou
nil
se não existir nenhum próximo elemento.Declaração
Swift
public mutating func next() -> ResultsSection<Key, Element>?