#import <GRXForwardingWriter.h>

Instance Methods | |
| (instancetype) | - initWithWriter: |
Instance Methods inherited from GRXWriter | |
| (void) | - finishWithError: |
| (GRXWriter *) | - map: |
| (void) | - startWithWriteable: |
Additional Inherited Members | |
Class Methods inherited from GRXWriter | |
| (instancetype) | + emptyWriter |
| (instancetype) | + writerWithContainer: |
| (instancetype) | + writerWithEnumerator: |
| (instancetype) | + writerWithError: |
| (instancetype) | + writerWithValue: |
| (instancetype) | + writerWithValueSupplier: |
Properties inherited from GRXWriter | |
| GRXWriterState | state |
A "proxy" class that simply forwards values, completion, and errors from its input writer to its writeable. It is useful as a superclass for pipes that act as a transformation of their input writer, and for classes that represent objects with input and output sequences of values, like an RPC.
Thread-safety: the methods of this class are thread safe.
Definition at line 30 of file GRXForwardingWriter.h.
| - (instancetype) initWithWriter: | (GRXWriter *) | NS_DESIGNATED_INITIALIZER |