#import <GRXImmediateSingleWriter.h>
Class Methods | |
(GRXWriter *) | + writerWithValue: |
![]() | |
(GRXWriter *) | + emptyWriter |
(GRXWriter *) | + writerWithContainer: |
(GRXWriter *) | + writerWithEnumerator: |
(GRXWriter *) | + writerWithError: |
(GRXWriter *) | + writerWithValueSupplier: |
Additional Inherited Members | |
![]() | |
(void) | - finishWithError: |
(GRXWriter *) | - map: |
(void) | - startWithWriteable: |
![]() | |
GRXWriterState | state |
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.
Returns a writer that sends the passed value to its writeable and then finishes (releasing the value).
Implements GRXImmediateWriter.