Constructor and Description |
---|
Function() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
eval(T elem,
Pipe.OutputCollector collector)
Performs the manipulation, eventual outputs produced by the function
are output using the collector object.
|
protected abstract void eval(T elem, Pipe.OutputCollector collector)
elem
- - the object to manipulatecollector
- - the output collector, use the method pushResult
to output one or more manipulationsCopyright © 2013. All rights reserved.