BlankCell

case
class BlankCell extends Cell
trait Serializable
trait Product
trait Equals
trait Cell
class Object
trait Matchable
class Any

Value members

Concrete methods

def copyCell(value: Any, index: Option[Int], style: Option[CellStyle]): Cell

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString: String
Definition Classes
Cell -> Any
Inherited from
Cell
def withDefaultStyle(defaultStyle: Option[CellStyle]): Cell
Inherited from
Cell
def withIndex(index: Int): Cell
Inherited from
Cell
def withStyle(style: CellStyle): Cell
Inherited from
Cell
Inherited from
Cell
Inherited from
Cell

Concrete fields

val value: Any

Inherited fields

val format: Option[String]
Inherited from
Cell