Csv

com.beachape.play.Csv
See theCsv companion class
object Csv

Companion object for Csv that holds useful implicits and helper methods

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Csv.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def mapping[A](mapping: Mapping[A]): Mapping[Csv[A]]

Given a mapping for a Play Form, returns one that works with Csv

Given a mapping for a Play Form, returns one that works with Csv

Pretty useless..just stick with seq unless if you really want to have a Csv

Example:

Form("hello" -> Csv.mapping(number))

Attributes

Concrete fields

val Empty: Csv[Nothing]

Empty Csv

Empty Csv

Attributes

Implicits

Implicits

implicit def pathStringBindable[A : PathBindable]: PathBindable[Csv[A]]

Implicit for binding Csv from path params

Implicit for binding Csv from path params

Attributes

implicit def queryStringBindable[A : QueryStringBindable]: QueryStringBindable[Csv[A]]

Implicit for binding Csv from query params

Implicit for binding Csv from query params

Attributes