RLMGenerator
public final class RLMGenerator<T: Object>: GeneratorType
Encapsulates iteration state and interface for iteration over a
RealmCollectionType
.
-
Advance to the next element and return it, or
nil
if no next element exists.Declaration
Swift
public func next() -> T?