Package

rapture

csv

Permalink

package csv

Visibility
  1. Public
  2. All

Type Members

  1. case class BadLength(len: Int) extends Exception with Product with Serializable

    Permalink
  2. case class Csv(rows: Vector[CsvRow]) extends Seq[CsvRow] with Product with Serializable

    Permalink
  3. trait Csv#mapAs extends MethodConstraint

    Permalink
  4. trait Csv.parse extends MethodConstraint

    Permalink
  5. trait CsvBackend extends AnyRef

    Permalink
  6. case class CsvCell(value: String, col: Int) extends Product with Serializable

    Permalink
  7. trait CsvCell#as extends MethodConstraint

    Permalink
  8. trait CsvCellExtractor[T] extends AnyRef

    Permalink
  9. sealed trait CsvGetException extends RuntimeException

    Permalink
  10. case class CsvMissingValue(col: Int) extends RuntimeException with CsvGetException with Product with Serializable

    Permalink
  11. case class CsvParseException(line: Int, col: Int) extends RuntimeException with Product with Serializable

    Permalink
  12. class CsvRow extends AnyRef

    Permalink
  13. trait CsvRow#as extends MethodConstraint

    Permalink
  14. trait CsvRowExtractor[T] extends AnyRef

    Permalink
  15. case class CsvTypeMismatch(typeName: String, col: Int) extends RuntimeException with CsvGetException with Product with Serializable

    Permalink
  16. class KeyedCsvRow extends AnyRef

    Permalink
  17. case class ReadCsvHeader(header: Boolean) extends Product with Serializable

    Permalink

Value Members

  1. object Csv extends Serializable

    Permalink
  2. object CsvCellExtractor

    Permalink
  3. object CsvRowExtractor

    Permalink
  4. object CsvTest

    Permalink
  5. object Macros

    Permalink
  6. object ReadCsvHeader extends Serializable

    Permalink
  7. object csvBackends

    Permalink

Ungrouped