GRPC Objective-C  1.26.0
Instance Methods
GRXNSFastEnumerator Class Reference

This is a bridge to interact through NSEnumerator's interface with objects that only conform to NSFastEnumeration. More...

#import <GRXNSFastEnumerator.h>

Instance Methods

(instancetype) - initWithContainer:
 After the iteration of the container (via the NSFastEnumeration protocol) is over, the container is released. More...
 

Detailed Description

This is a bridge to interact through NSEnumerator's interface with objects that only conform to NSFastEnumeration.

(There's nothing specifically fast about it - you certainly don't win any speed by using this instead of a NSEnumerator provided by your container).

Method Documentation

◆ initWithContainer:

- (instancetype) initWithContainer: (id< NSFastEnumeration >)  container

After the iteration of the container (via the NSFastEnumeration protocol) is over, the container is released.

If the container is modified during enumeration, an exception is thrown.


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