GRPC Objective-C  1.71.0
Instance Methods
GRXWriter(Transformations) Category Reference

#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...
 

Method Documentation

◆ map:

- (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.


The documentation for this category was generated from the following file: