CSVRenderer

info.fingo.spata.CSVRenderer$
See theCSVRenderer companion class
object CSVRenderer

CSVRenderer companion object with convenience methods to create renderers.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_] : RaiseThrowable]: CSVRenderer[F]

Creates a CSVRenderer with default configuration, as defined in RFC 4180.

Creates a CSVRenderer with default configuration, as defined in RFC 4180.

Type parameters

F

the effect type, with a type class providing support for raising and handling errors

Attributes

Returns

new renderer

Concrete fields

lazy val config: CSVConfig

Provides default CSV configuration, as defined in RFC 4180.

Provides default CSV configuration, as defined in RFC 4180.

Attributes