GRPC Objective-C  1.26.0
Instance Methods
GRXNSBlockEnumerator Class Reference

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

Detailed Description

Concrete subclass of NSEnumerator that delegates the invocations of nextObject to a block passed on initialization.

Method Documentation

◆ initWithValueSupplier:

- (instancetype) initWithValueSupplier: (id(^)(void))  block

The first time the passed block returns nil, the enumeration will end and the block will be released.


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