RLMIterator
public final class RLMIterator<T: Object>: IteratorProtocol
An iterator for a RealmCollection instance.
-
Advance to the next element and return it, or
nilif no next element exists.Declaration
Swift
public func next() -> T?
View on GitHub
Install in Dash
RLMIterator Class Reference