E - the emitted (downstream) value typeR - the result typepublic interface IntObjectPipeline<E,R> extends IntAcceptor<R>, BasePipeline<R>
| Modifier and Type | Method and Description |
|---|---|
void |
emit(E value)
Emit a value, that is, forward a value to the downstream acceptor.
|
accept, accept, accept, accept, accept, accept, accept, accept, accept, acceptandThengetDownstream, getResult, isComplete, isStageCompleteflush, isClosed, safeCloseclosevoid emit(E value)
value - the valueCopyright © 2025. All rights reserved.