24 - (instancetype)initWithWriter:(
GRXWriter *)writer
25 map:(
id (^)(
id value))map NS_DESIGNATED_INITIALIZER;
A "proxy" class that simply forwards values, completion, and errors from its input writer to its writ...
Definition: GRXForwardingWriter.h:31
A "proxy" writer that transforms all the values of its input writer by using a mapping function.
Definition: GRXMappingWriter.h:24
An GRXWriter object can produce, on demand, a sequence of values.
Definition: GRXWriter.h:78