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.type
object False.type
object Start.type
object True.type
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