public abstract class Cleaner<T> extends Function<T>
Constructor and Description |
---|
Cleaner() |
Modifier and Type | Method and Description |
---|---|
abstract T |
clean(T spot)
returns a spot cleaned with some particular policy
|
protected void |
eval(T elem,
Pipe.OutputCollector collector)
Performs the manipulation, eventual outputs produced by the function
are output using the collector object.
|
protected void eval(T elem, Pipe.OutputCollector collector)
Function
Copyright © 2013. All rights reserved.