NSMutableSet(BMKitAdditions) Category Reference
Declared in | NSMutableSet+BMKitAdditions.h |
Tasks
Adding and Removing Entries
-
– filterUsingPredicateBlock:
Evaluates a given predicate block against the setâs content and removes from the set those objects for which the predicate block returns fals
Instance Methods
filterUsingPredicateBlock:
Evaluates a given predicate block against the setâs content and removes from the set those objects for which the predicate block returns fals
- (void)filterUsingPredicateBlock:(BMPredicateBlock)predicateBlock
Parameters
- predicateBlock
A predicate block.
Declared In
NSMutableSet+BMKitAdditions.h