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