R
- the row typeC
- the cell value typeD
- the return typepublic interface DisposableCellDataFunction<R,C,D> extends CellDataFunction<R,C,D>
CellDataFunction
which can do cleanup. dispose()
is called
by the frameworkModifier and Type | Method and Description |
---|---|
void |
dispose()
dispose the function
|
apply