RLMGenerator
Encapsulates iteration state and interface for iteration over a
RealmCollectionType.
-
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
RLMGenerator Class Reference