Searched refs:copyIntoWithCancel (Results 1 – 4 of 4) sorted by relevance
145 … abstract <P_IN> boolean copyIntoWithCancel(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator); in copyIntoWithCancel() method in PipelineHelper
517 copyIntoWithCancel(wrappedSink, spliterator); in copyInto()523 final <P_IN> boolean copyIntoWithCancel(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator) { in copyIntoWithCancel() method in AbstractPipeline
632 helper.copyIntoWithCancel(helper.wrapSink(opSink), spliterator);641 helper.copyIntoWithCancel(helper.wrapSink(opSink), spliterator);
1232 if (shortCircuited = helper.copyIntoWithCancel(helper.wrapSink(s), spliterator)) {