#import <GRXForwardingWriter.h>
Instance Methods | |
(instancetype) | - initWithWriter: |
![]() | |
(void) | - finishWithError: |
(GRXWriter *) | - map: |
(void) | - startWithWriteable: |
Additional Inherited Members | |
![]() | |
(instancetype) | + emptyWriter |
(instancetype) | + writerWithContainer: |
(instancetype) | + writerWithEnumerator: |
(instancetype) | + writerWithError: |
(instancetype) | + writerWithValue: |
(instancetype) | + writerWithValueSupplier: |
![]() | |
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 |