Declared in NSMutableSet+BMKitAdditions.h

Overview

BMKit related additions to the NSMutableSet class.

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