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.
public IntObjectCoPipeline()
@Nullable java.lang.Object emit(E value, @NotNull kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Emit a value, that is, forward a value to the downstream acceptor.
value