GRPC Objective-C  1.71.0
Data Structures | Typedefs
GRXWriteable.h File Reference
#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 Documentation

◆ GRXCompletionHandler

typedef void(^ GRXCompletionHandler) (NSError *errorOrNil)

◆ GRXEventHandler

typedef void(^ GRXEventHandler) (BOOL done, id value, NSError *error)

◆ GRXSingleHandler

typedef void(^ GRXSingleHandler) (id value, NSError *errorOrNil)

◆ GRXValueHandler

typedef void(^ GRXValueHandler) (id value)