1
是否有任何常見的方式來分解由[NSPredicate predicateWithFormat]創建的表達式到對象NSComprasionPredicate,NSExpression和其他?如何將NSPredicate分解爲組件?
以下示例需要拆卸爲組件。
[NSPredicate predicateWithFormat:@"(0 != SUBQUERY(collection, $x, $x.name == "Name")[email protected])"];
聽起來像是類集羣,就像NSString和Cocoa集合。 – 2010-04-29 22:23:37
我可以想象如何用predicateWithFormat創建謂詞。但我無法使用NSExpression,NSComparisonPredicate,NSCompoundPredicate等一組對象創建謂詞(在我的問題中)。 – Victor 2010-05-01 01:06:14