Packages

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Convert[V] extends AnyRef
  2. trait CsvStringEncoder[A] extends AnyRef
  3. case class ParseFailure(error: String) extends Product with Serializable
  4. sealed trait Schema[A] extends AnyRef

Value Members

  1. object Conversions

    Converts a string to type

    Converts a string to type

    Since

    0.0.1

    See also

    See test code for more information

    See https://github.com/gekomad/itto-csv/blob/master/README.md for more information.

  2. object Convert
  3. object FromCsv

    Converts a CSV to type

    Converts a CSV to type

    Since

    0.0.1

    See also

    See test code for more information

    See https://github.com/gekomad/itto-csv/blob/master/README.md for more information

  4. object Header
  5. object Schema
  6. object ToCsv

    Converts the type A to CSV

    Converts the type A to CSV

    Since

    0.0.1

    See also

    See test code for more information

    See https://github.com/gekomad/itto-csv/blob/master/README.md for more information.

  7. object Types

Ungrouped