Options

ceesvee.CsvReader.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
trait Options
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

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

Concrete fields

val Defaults: Impl