Searched refs:copyIntoWithCancel (Results 1 – 3 of 3) sorted by relevance
143 abstract <P_IN> void copyIntoWithCancel(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator); in copyIntoWithCancel() method in PipelineHelper
489 copyIntoWithCancel(wrappedSink, spliterator); in copyInto()495 final <P_IN> void copyIntoWithCancel(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator) { in copyIntoWithCancel() method in AbstractPipeline
618 helper.copyIntoWithCancel(helper.wrapSink(opSink), spliterator);