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

Type members

Classlikes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object End
object False
object Start
object True
object Trim

Attributes

Companion
class
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

val Defaults: Impl