E - the emitted (downstream) type
R - the result type
public IntObjectCoPipeline<E,R> extends IntCoAcceptor<R>
A pipeline that takes integer values and emits object values.
IntCoAcceptor.DefaultImpls| 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.
|
accept, accept, acceptgetClosed, getComplete, getResult