- Inherits from:
- NSObject
- Declared in:
- BDControl/BDQualifier.h
BDControl extends Foundation's NSArray class by adding the ability to filter an array to contain only those objects that match a supplied qualifier.
BDControl extends Foundation's NSArray class by adding the ability to filter an array to contain only those objects that match a supplied qualifier.
- Qualifier Filtering
- -filteredArrayUsingQualifier:
- (NSArray *)filteredArrayUsingQualifier:(BDQualifier *)qualifier
Filters an array using the given qualifier, and returns a new array consisting of only those objects matching the qualifier.