public class IntFilter<R> extends AbstractIntPipeline<R>
| Modifier | Constructor and Description |
|---|---|
protected |
IntFilter(IntAcceptor<? extends R> downstream,
IntPredicate predicate)
Construct an
IntFilter with the given downstream IntAcceptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptInt(int value)
Accept an
int, after closed check and test for end of data. |
close, emit, flush, getDownstreamaccept, acceptisClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, accept, accept, accept, accept, acceptandThengetResult, isComplete, isStageCompleteisClosed, safeCloseprotected IntFilter(IntAcceptor<? extends R> downstream, IntPredicate predicate)
IntFilter with the given downstream IntAcceptor.downstream - the IntAcceptorpredicate - an IntPredicate to filter the pipelinepublic void acceptInt(int value)
AbstractIntAcceptorint, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.acceptInt in class AbstractIntAcceptor<R>value - the input valueCopyright © 2025. All rights reserved.