GRPC Objective-C
1.26.0
|
Concrete subclass of NSEnumerator that delegates the invocations of nextObject to a block passed on initialization. More...
#import <GRXNSBlockEnumerator.h>
Instance Methods | |
(instancetype) | - initWithValueSupplier: |
The first time the passed block returns nil, the enumeration will end and the block will be released. More... | |
Concrete subclass of NSEnumerator that delegates the invocations of nextObject to a block passed on initialization.
- (instancetype) initWithValueSupplier: | (id(^)(void)) | block |
The first time the passed block returns nil, the enumeration will end and the block will be released.