works.iterative.data.table

Members list

Type members

Classlikes

trait CellWriter[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CellWriter

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
CellWriter.type
case class ColumnSpec[T, U](id: String, name: String, get: T => U, width: Int = ...)(implicit evidence$1: CellWriter[U])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class ColumnSpecsTableRowWriter[T](specs: List[ColumnSpec[T, _]]) extends TableRowWriter[T]

Attributes

Supertypes
trait TableRowWriter[T]
class Object
trait Matchable
class Any
case class ExternalLink(name: String, href: String)

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait TableRowWriter[T]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TableWorkbook

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type TableCellStyleDef = XSSFWorkbook => XSSFCellStyle