#import <GRXNSScalarEnumerator.h>
Instance Methods | |
(instancetype) | - initWithValue: |
Concrete subclass of NSEnumerator whose instances return a single object before finishing.
Definition at line 22 of file GRXNSScalarEnumerator.h.
- (instancetype) initWithValue: | (id) | value |
Param value: the single object this instance will produce. After the first invocation of nextObject, the value is released.