RLMGenerator

public final class RLMGenerator<T: Object>: GeneratorType

An iterator for a RealmCollectionType instance.

  • Advance to the next element and return it, or nil if no next element exists.

    Declaration

    Swift

    public func next() -> T? { // swiftlint:disable:this valid_docs