RLMCollection
extension RLMCollection
-
返回collection中与谓词匹配的第一个对象的索引。
声明
Swift
public func indexOfObject(where predicateFormat: String, _ args: CVarArg...) -> UInt
-
返回集合中与给定谓词匹配的所有对象。
声明
Swift
public func objects(where predicateFormat: String, _ args: CVarArg...) -> RLMResults<NSObject>
-
允许 RLMDictionary 支持下标。
声明
Swift
public subscript(key: String) -> AnyObject? { get set }