Interface RowCellMapper


  • public interface RowCellMapper
    A function from rows to cells.
    • Method Detail

      • apply

        Cell apply​(long rowId,
                   Row row)