ReaderEngine

kantan.csv.engine.ReaderEngine
See theReaderEngine companion trait
object ReaderEngine

Provides instance creation methods and default implementations.

Attributes

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

Members list

Value members

Concrete methods

def from(f: (Reader, CsvConfiguration) => ResourceIterator[Seq[String]]): ReaderEngine

Creates a new ReaderEngine instance.

Creates a new ReaderEngine instance.

Attributes

Implicits

Implicits

Default reader engine, used whenever a custom one is not explicitly brought in scope.

Default reader engine, used whenever a custom one is not explicitly brought in scope.

Attributes