#import <GRXImmediateSingleWriter.h>

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