是否有任何常用方法将 [NSPredicate predicateWithFormat] 创建的表达式分解为对象 NSComprasionPredicate、NSExpression 和其他对象?
对于下面的示例需要拆卸成组件。
[NSPredicate predicateWithFormat:@"(0 != SUBQUERY(collection, $x, $x.name == "Name").@Count)"];
是否有任何常用方法将 [NSPredicate predicateWithFormat] 创建的表达式分解为对象 NSComprasionPredicate、NSExpression 和其他对象?
对于下面的示例需要拆卸成组件。
[NSPredicate predicateWithFormat:@"(0 != SUBQUERY(collection, $x, $x.name == "Name").@Count)"];