Row

case
class Row
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addCell(cell: Cell): Row
def addCells(additionalCells: Iterable[Cell]): Row
def removeCell(cell: Cell): Row
def removeCells(whereCondition: Cell => Boolean): Row
override
def toString: String
Definition Classes
Any
def withCellValues(cellValues: List[Any]): Row
def withCellValues(cellValues: Any*): Row
def withCells(cells: Cell*): Row
def withCells(cells: Iterable[Cell]): Row
def withHeight(height: Height): Row
def withIndex(index: Int): Row
def withStyle(rowStyle: CellStyle): Row

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product