com.github.martincooper

datatable

package datatable

Visibility
  1. Public
  2. All

Type Members

  1. class DataColumn[T] extends GenericColumn

    Strongly typed data column.

  2. class DataTable extends AnyRef

    DataTable class.

    DataTable class. Handles the immutable storage of data in a Row / Column format.

  3. case class DataTableException(message: String) extends Exception with Product with Serializable

  4. trait GenericColumn extends AnyRef

    Generic Column Trait.

    Generic Column Trait. Allows a collection of columns storing data of distinct types to be stored in a generic collection.

Value Members

  1. object DataColumnBuilder

  2. object DataTable

  3. object DataTableFormatter

    Handles the output of a DataTable in a displayable format.

  4. object GenericColumn

Ungrouped