#import <GRXMappingWriter.h>
Instance Methods | |
(instancetype) | - initWithWriter:map: |
![]() | |
(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" writer that transforms all the values of its input writer by using a mapping function.
Definition at line 23 of file GRXMappingWriter.h.
- (instancetype) initWithWriter: | (GRXWriter *) | writer | |
map: | (id(^)(id value)) | NS_DESIGNATED_INITIALIZER | |