Options

ceesvee.CsvParser$.Options$
See theOptions companion trait
object Options

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Options.type

Members list

Concise view

Type members

Classlikes

case class Impl(commentPrefix: Option[String], maximumLineLength: Int, skipBlankRows: Boolean, trim: Trim) extends Options

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Options
class Object
trait Matchable
class Any
sealed abstract class Trim

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object End.type
object False.type
object Start.type
object True.type
object Trim

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Trim.type

Value members

Concrete methods

def apply(commentPrefix: Option[String], maximumLineLength: Int, skipBlankRows: Boolean, trim: Trim): Impl

Concrete fields