Go to the documentation of this file.
19 #import <Foundation/Foundation.h>
28 - (void)writeValue:(
id)value;
35 - (void)writesFinishedWithError:(NSError *)errorOrNil;
54 NS_DESIGNATED_INITIALIZER;
void(^ GRXEventHandler)(BOOL done, id value, NSError *error)
Definition: GRXWriteable.h:41
A GRXWriteable is an object to which a sequence of values can be sent.
Definition: GRXWriteable.h:25
void(^ GRXCompletionHandler)(NSError *errorOrNil)
Definition: GRXWriteable.h:39
void(^ GRXValueHandler)(id value)
Definition: GRXWriteable.h:38
void(^ GRXSingleHandler)(id value, NSError *errorOrNil)
Definition: GRXWriteable.h:40
Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of ...
Definition: GRXWriteable.h:47