TableApi

trait TableApi[Cell, CellValue, Row <: TableRowApi[Cell, CellValue], RowValue] extends Serializable
trait Serializable
class Object
trait Matchable
class Any
class GenericTableApi[Cell]

Value members

Abstract methods

def append(row: RowValue): TableApi[Cell, CellValue, Row, RowValue]
def appendEmptyRow: TableApi[Cell, CellValue, Row, RowValue]
def currentRow: Row
def getRows: List[Row]
def prepend(row: RowValue): TableApi[Cell, CellValue, Row, RowValue]