Package

csvside

core

Permalink

package core

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. core
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait CellFormat[+A] extends (CsvCell) ⇒ CsvValidated[A]

    Permalink
  2. trait CellFormats extends AnyRef

    Permalink
  3. type CsvCell = String

    Permalink
  4. type CsvError = String

    Permalink
  5. type CsvHead = String

    Permalink
  6. type CsvValidated[+A] = Validated[List[CsvError], A]

    Permalink

Value Members

  1. object CellFormat

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped