GRPC Objective-C
1.71.0
|
#import <GRXWriter+Transformations.h>
Instance Methods | |
(GRXWriter *) | - map: |
Returns a writer that wraps the receiver, and has all the values the receiver would write transformed by the provided mapping function. More... | |
- (GRXWriter *) map: | (id(^)(id value)) | map |
Returns a writer that wraps the receiver, and has all the values the receiver would write transformed by the provided mapping function.
Extends class GRXWriter.