WriterEngine

kantan.csv.engine.WriterEngine
See theWriterEngine companion trait
object WriterEngine

Provides creation methods and default implementations.

Attributes

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

Members list

Value members

Concrete methods

Creates a new instance of WriterEngine that wraps the specified function.

Creates a new instance of WriterEngine that wraps the specified function.

Attributes

Implicits

Implicits

Default engine, returns an instance of the internal CsvWriter.

Default engine, returns an instance of the internal CsvWriter.

This instance is always in scope and will be used if no other is explicitly imported.

Attributes