A - the accepted (input) value typeR - the result typepublic interface ObjectIntPipeline<A,R> extends Acceptor<A,R>, BasePipeline<R>
| Modifier and Type | Method and Description |
|---|---|
void |
emit(int value)
Emit a value, that is, forward a value to the downstream acceptor.
|
getDownstream, getResult, isComplete, isStageCompleteflush, isClosed, safeClosecloseCopyright © 2025. All rights reserved.