public class PathPipe<S> extends AbstractPipe<S,List> implements TransformPipe<S,List>
TransformPipe.OrdercurrentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
PathPipe(PipeFunction... pathFunctions) |
| Modifier and Type | Method and Description |
|---|---|
List |
processNextStart() |
void |
setStarts(Iterator<S> starts)
Set an iterator of S objects to the head (start) of the pipe.
|
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, reset, setStarts, setStarts, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, reset, setStartspublic PathPipe(PipeFunction... pathFunctions)
public void setStarts(Iterator<S> starts)
Pipepublic List processNextStart()
processNextStart in class AbstractPipe<S,List>Copyright © 2010-2014. All Rights Reserved.