Instance Methods | List of all members
GRXNSBlockEnumerator Class Reference

#import <GRXNSBlockEnumerator.h>

Inheritance diagram for GRXNSBlockEnumerator:
Inheritance graph
[legend]

Instance Methods

(instancetype) - initWithValueSupplier:
 

Detailed Description

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

Definition at line 25 of file GRXNSBlockEnumerator.h.

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:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46