GRPC Objective-C  1.39.1
Instance Methods
GRXNSScalarEnumerator Class Reference

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...
 

Detailed Description

Concrete subclass of NSEnumerator whose instances return a single object before finishing.

Method Documentation

◆ initWithValue:

- (instancetype) initWithValue: (id)  value

Param value: the single object this instance will produce.

After the first invocation of nextObject, the value is released.


The documentation for this class was generated from the following file: