_RLMCollectionIterator
public protocol _RLMCollectionIterator
RLMArray, RLMSet & RLMResults에 대한 반복자 지원을 정의하는 프로토콜입니다.
-
collection에서 연속 요소를 생성하는
RLMCollectionIterator
을 반환합니다. 이를 통해 Swift에서RLMObject
서브클래스의 시퀀스 스타일 열거를 지원할 수 있습니다.선언
Swift
func makeIterator() -> RLMCollectionIterator