R - the result typepublic class CharSequencePipeline<R> extends AbstractObjectIntPipeline<CharSequence,R>
| Constructor and Description |
|---|
CharSequencePipeline(IntAcceptor<? extends R> downstream)
Construct a
CharSequencePipeline with the given downstream IntAcceptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptObject(CharSequence value)
Accept a
CharSequence, 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 CharSequencePipeline(IntAcceptor<? extends R> downstream)
CharSequencePipeline with the given downstream IntAcceptor.downstream - the IntAcceptorpublic void acceptObject(CharSequence value)
CharSequence, after closed check and test for end of data. Emit each character to the
downstream IntAcceptor.acceptObject in class AbstractAcceptor<CharSequence,R>value - the input valueCopyright © 2025. All rights reserved.