public class ForkPipeline<A,R> extends AbstractPipeline<A,A,R>
| Constructor and Description |
|---|
ForkPipeline(Acceptor<? super A,? extends R> downstream1,
Acceptor<? super A,? extends R> downstream2)
Construct a
Fork with the given downstream Acceptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptObject(A value)
Accept a value, after
closed check and test for end of data. |
close, emit, flush, getDownstreamaccept, acceptisClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResult, isComplete, isStageCompleteisClosed, safeClosepublic void acceptObject(A value)
AbstractAcceptorclosed check and test for end of data. Implementing classes must supply an
implementation of this method.acceptObject in class AbstractAcceptor<A,R>value - the input valueCopyright © 2025. All rights reserved.