Package

shapeless

examples

Permalink

package examples

Visibility
  1. Public
  2. All

Type Members

  1. trait CSVConverter[T] extends AnyRef

    Permalink

    Trait for types that can be serialized to/deserielized from CSV

  2. class CSVException extends RuntimeException

    Permalink

    Exception to throw if something goes wrong during CSV parsing

  3. trait Monoid[T] extends AnyRef

    Permalink

    Pedagogic subset of the Scalaz monoid

  4. trait MonoidSyntax[T] extends AnyRef

    Permalink
  5. case class Person(name: String, surname: String, age: Int) extends Product with Serializable

    Permalink

Value Members

  1. object CSVConverter

    Permalink

    Isntances of the CSVConverter trait

  2. object CSVExample extends App

    Permalink
  3. object Monoid extends ProductTypeClassCompanion[Monoid]

    Permalink
  4. object MonoidExamples extends App

    Permalink
  5. object MonoidSyntax

    Permalink

Ungrouped