Instance Methods | List of all members
<GRXWriteable> Protocol Reference

#import <GRXWriteable.h>

Inheritance diagram for <GRXWriteable>:
Inheritance graph
[legend]

Instance Methods

(void) - writesFinishedWithError:
 
(void) - writeValue:
 

Detailed Description

A GRXWriteable is an object to which a sequence of values can be sent. The sequence finishes with an optional error.

Definition at line 25 of file GRXWriteable.h.

Method Documentation

◆ writesFinishedWithError:

- (void) writesFinishedWithError: (NSError *)  errorOrNil

Signal that the sequence is completed, or that an error occurred. After this message is sent to the instance, neither it nor writeValue: may be called again.

◆ writeValue:

- (void) writeValue: (id value

Push the next value of the sequence to the receiving object.


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


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