An object representation of nil.  
 More...
#import <CPNull.h>
 Inheritance diagram for CPNull:Class Methods | |
| (CPNull) | + null | 
  Class Methods inherited from CPObject | |
| (BOOL) | + accessInstanceVariablesDirectly | 
| (id) | + alloc | 
| (id) | + allocWithCoder: | 
| (BOOL) | + automaticallyNotifiesObserversForKey: | 
| (void) | + cancelPreviousPerformRequestsWithTarget: | 
| (void) | + cancelPreviousPerformRequestsWithTarget:selector:object: | 
| (Class) | + class | 
| (BOOL) | + conformsToProtocol: | 
| (void) | + exposeBinding: | 
| (void) | + initialize | 
| (IMP) | + instanceMethodForSelector: | 
| (BOOL) | + instancesImplementSelector: | 
| (BOOL) | + instancesRespondToSelector: | 
| (BOOL) | + isBindingExclusive: | 
| (BOOL) | + isSubclassOfClass: | 
| (CPSet) | + keyPathsForValuesAffectingValueForKey: | 
| (void) | + load | 
| (id) | + new | 
| (void) | + object:performSelector:withObject:afterDelay:inModes: | 
| (void) | + setVersion: | 
| (Class) | + superclass | 
| (int) | + version | 
An object representation of nil. 
This class is used as an object representation of nil. This is handy when a collection only accepts objects as values, but you would like a nil representation in there. 
      
  | 
  implementation | 
      
  | 
  implementation | 
      
  | 
  implementation | 
      
  | 
  implementation | 
      
  | 
  implementation | 
Reimplemented from CPObject.
Provided by category CPNull(CPKeyValueCoding).
Definition at line 293 of file CPKeyValueCoding.j.