public class GatherFunctionPipe<S,E> extends AbstractPipe<S,E> implements TransformPipe<S,E>
TransformPipe.OrdercurrentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
GatherFunctionPipe(PipeFunction<List<S>,E> postFilterFunction) |
| Modifier and Type | Method and Description |
|---|---|
List |
getCurrentPath()
Returns the transformation path to arrive at the current object of the pipe.
|
protected E |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
enablePath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStarts, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, setStarts, setStartspublic GatherFunctionPipe(PipeFunction<List<S>,E> postFilterFunction)
public List getCurrentPath()
PipegetCurrentPath in interface Pipe<S,E>getCurrentPath in class AbstractPipe<S,E>protected E processNextStart()
processNextStart in class AbstractPipe<S,E>public void reset()
PipeCopyright © 2010-2014. All Rights Reserved.