A - the accepted (input) type
E - the emitted (downstream) type
R - the result type
public CoPipeline<A,E,R> extends CoAcceptor<A,R>
A pipeline that accepts and emits values of the specified types.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
emit(E value,
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Emit a value, that is, forward a value to the downstream acceptor.
|
acceptgetClosed, getComplete, getResult