#import <CPSet.h>
List of all members.
Detailed Description
Definition at line 215 of file CPPredicate.j.
Method Documentation
| - (BOOL) containsObject: |
|
(id) |
anObject |
|
| - (void) encodeWithCoder: |
|
(CPCoder) |
aCoder |
|
| - (void) enumerateObjectsUsingBlock: |
|
(Function) |
aFunction |
|
| - (void) filteredSetUsingPredicate: |
|
(CPPredicate) |
predicate |
|
| - (id) initWithArray: |
|
(CPArray) |
anArray |
|
| - (id) initWithCoder: |
|
(CPCoder) |
aCoder |
|
| - (id) initWithObjects: |
|
(id) |
anObject |
| , |
|
|
... |
|
|
| |
| - (id) initWithObjects: |
|
(CPArray) |
objects |
| count: |
|
(CPUInteger) |
aCount |
|
|
| |
| - (id) initWithSet: |
|
(CPSet) |
aSet |
|
| - (id) initWithSet: |
|
(CPSet) |
aSet |
| copyItems: |
|
(BOOL) |
shouldCopyItems |
|
|
| |
| - (BOOL) intersectsSet: |
|
(CPSet) |
aSet |
|
| - (BOOL) isEqual: |
|
(CPSet) |
aSet |
|
| - (BOOL) isEqualToSet: |
|
(CPSet) |
aSet |
|
| - (BOOL) isSubsetOfSet: |
|
(CPSet) |
aSet |
|
| - (void) makeObjectsPerformSelector: |
|
(SEL) |
aSelector |
|
| - (void) makeObjectsPerformSelector: |
|
(SEL) |
aSelector |
| withObject: |
|
(id) |
anObject |
|
|
| |
| - (void) makeObjectsPerformSelector: |
|
(SEL) |
aSelector |
| withObjects: |
|
(CPArray) |
objects |
|
|
| |
| - (id) member: |
|
(id) |
anObject |
|
| - (CPSet) objectsPassingTest: |
|
(Function) |
aFunction |
|
| - (id) setByAddingObject: |
|
(id) |
anObject |
|
| - (id) setByAddingObjectsFromArray: |
|
(CPArray) |
anArray |
|
| - (id) setByAddingObjectsFromSet: |
|
(CPSet) |
aSet |
|
| - (void) setValue: |
|
(id) |
aValue |
| forKey: |
|
(CPString) |
aKey |
|
|
| |
| + (id) setWithArray: |
|
(CPArray) |
anArray |
|
| + (id) setWithObject: |
|
(id) |
anObject |
|
| + (id) setWithObjects: |
|
(id) |
anObject |
| , |
|
|
... |
|
|
| |
| + (id) setWithObjects: |
|
(id) |
objects |
| count: |
|
(CPUInteger) |
count |
|
|
| |
| + (id) setWithSet: |
|
(CPSet) |
set |
|
| - (id) valueForKeyPath: |
|
(CPString) |
aKeyPath |
|
The documentation for this class was generated from the following files: