RLMCollectionItera
public struct RLMCollectionIterator : IteratorProtocol
Essa estrutura permite a enumeração em estilo de sequência para RLMObjects no Swift por meio de RLMCollection.makeIterator
-
Declaração
Swift
public mutating func next() -> RLMObject?