p

shapeless

examples

package examples

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CSVConverter [T] extends AnyRef

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

  2. class CSVException extends RuntimeException

    Exception to throw if something goes wrong during CSV parsing

  3. trait Monoid [T] extends AnyRef

    Pedagogic subset of the Scalaz monoid

  4. trait MonoidSyntax [T] extends AnyRef
  5. case class Person (name: String, surname: String, age: Int) extends Product with Serializable

Value Members

  1. object CSVConverter

    Isntances of the CSVConverter trait

  2. object CSVExample extends App
  3. object Monoid extends ProductTypeClassCompanion[Monoid]
  4. object MonoidExamples extends App
  5. object MonoidSyntax

Ungrouped