package examples
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
CSVConverter
[T] extends AnyRef
Trait for types that can be serialized to/deserielized from CSV
-
class
CSVException
extends RuntimeException
Exception to throw if something goes wrong during CSV parsing
-
trait
Monoid
[T] extends AnyRef
Pedagogic subset of the Scalaz monoid
- trait MonoidSyntax [T] extends AnyRef
- case class Person (name: String, surname: String, age: Int) extends Product with Serializable
Value Members
-
object
CSVConverter
Isntances of the CSVConverter trait
- object CSVExample extends App
- object Monoid extends ProductTypeClassCompanion[Monoid]
- object MonoidExamples extends App
- object MonoidSyntax