Package org.openrefine.model
Interface RowCellMapper
-
public interface RowCellMapper
A function from rows to cells.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cell
apply(long rowId, Row row)
-