| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FlatMapPipeProcessor<In,Out>
Pipe processor that flattens sub-iterators
generated by mapping enumerated elements.
|
| Modifier and Type | Method and Description |
|---|---|
protected <X> Enumerator<X> |
PipeEnumerator.enqueueProcessor(AbstractPipeMultiProcessor<? super E,? extends X> processor)
Adds the given
processor to the back of the multi-pipeline. |
protected <X> void |
PipeEnumerator.multiPipelineAddFirst(AbstractPipeMultiProcessor<? super X,?> processor)
Adds the given
processor to the beginning of
multiPipeline. |
protected <X> void |
PipeEnumerator.multiPipelineAddLast(AbstractPipeMultiProcessor<? super E,? extends X> processor)
Adds the given
processor to the end of multiPipeLine. |
protected <X> PipeEnumerator<E> |
PipeEnumerator.pushFrontProcessor(AbstractPipeMultiProcessor<? super X,?> processor)
Adds the given
processor to the front of the multi-pipeline. |
Copyright © 2016. All rights reserved.