public class TablePipe<S> extends AbstractPipe<S,S> implements SideEffectPipe.GreedySideEffectPipe<S,Table>
SideEffectPipe.GreedySideEffectPipe<S,T>, SideEffectPipe.LazySideEffectPipe<S,T>currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
TablePipe(Table table,
Collection<String> stepNames,
List<AsPipe> allPreviousAsPipes,
PipeFunction... columnFunctions) |
| Modifier and Type | Method and Description |
|---|---|
Table |
getSideEffect() |
S |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
String |
toString() |
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStartsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, setStarts, setStartspublic TablePipe(Table table, Collection<String> stepNames, List<AsPipe> allPreviousAsPipes, PipeFunction... columnFunctions)
public Table getSideEffect()
getSideEffect in interface SideEffectPipe<S,Table>public S processNextStart()
processNextStart in class AbstractPipe<S,S>public void reset()
Pipepublic String toString()
toString in class AbstractPipe<S,S>Copyright © 2010-2014. All Rights Reserved.