keysOfEntriesWithOptions_passingTest_ method

NSObject keysOfEntriesWithOptions_passingTest_(
  1. int opts,
  2. ObjCBlock_bool_ObjCObject_ObjCObject_bool predicate
)

Implementation

NSObject keysOfEntriesWithOptions_passingTest_(
    int opts, ObjCBlock_bool_ObjCObject_ObjCObject_bool predicate) {
  final _ret = _lib._objc_msgSend_153(_id,
      _lib._sel_keysOfEntriesWithOptions_passingTest_1, opts, predicate._id);
  return NSObject._(_ret, _lib, retain: true, release: true);
}