Packages

object WriterEngine

Provides creation methods and default implementations.

Source
WriterEngine.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriterEngine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def from(f: (Writer, CsvConfiguration) => CsvWriter[Seq[String]]): WriterEngine

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

  2. implicit val internalCsvWriterEngine: WriterEngine

    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.