Class Methods | List of all members
GRXImmediateSingleWriter Class Reference

#import <GRXImmediateSingleWriter.h>

Inheritance diagram for GRXImmediateSingleWriter:
Inheritance graph
[legend]

Class Methods

(GRXWriter *) + writerWithValue:
 
- Class Methods inherited from GRXImmediateWriter
(GRXWriter *) + emptyWriter
 
(GRXWriter *) + writerWithContainer:
 
(GRXWriter *) + writerWithEnumerator:
 
(GRXWriter *) + writerWithError:
 
(GRXWriter *) + writerWithValueSupplier:
 

Additional Inherited Members

- Instance Methods inherited from GRXWriter
(void) - finishWithError:
 
(GRXWriter *) - map:
 
(void) - startWithWriteable:
 
- Properties inherited from GRXWriter
GRXWriterState state
 

Detailed Description

Utility to construct GRXWriter instances from values that are immediately available when required.

Thread safety: the methods of this class are thread safe.

Definition at line 29 of file GRXImmediateSingleWriter.h.

Method Documentation

◆ writerWithValue:

+ (GRXWriter *) writerWithValue: (id value

Returns a writer that sends the passed value to its writeable and then finishes (releasing the value).

Implements GRXImmediateWriter.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46