|
GRPC Objective-C
1.76.0
|
#import <Foundation/Foundation.h>Go to the source code of this file.
Data Structures | |
| protocol | <GRXWriteable> |
| A GRXWriteable is an object to which a sequence of values can be sent. More... | |
| class | GRXWriteable |
| Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of the two methods of the protocol. More... | |
Typedefs | |
| typedef void(^ | GRXValueHandler) (id value) |
| typedef void(^ | GRXCompletionHandler) (NSError *errorOrNil) |
| typedef void(^ | GRXSingleHandler) (id value, NSError *errorOrNil) |
| typedef void(^ | GRXEventHandler) (BOOL done, id value, NSError *error) |
| typedef void(^ GRXCompletionHandler) (NSError *errorOrNil) |
| typedef void(^ GRXEventHandler) (BOOL done, id value, NSError *error) |
| typedef void(^ GRXSingleHandler) (id value, NSError *errorOrNil) |
| typedef void(^ GRXValueHandler) (id value) |
1.8.17