ColumnSpec

works.iterative.data.table.ColumnSpec
case class ColumnSpec[T, U](id: String, name: String, get: T => U, width: Int = ...)(implicit evidence$1: CellWriter[U])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def set(cell: XSSFCell, row: T): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product