kantan.csv.CsvWriter
See theCsvWriter companion object
trait CsvWriter[A] extends VersionSpecificCsvWriter[A], Closeable
Type of values that know how to write CSV data.
There should almost never be a reason to implement this trait directly. The default implementation should satisfy most needs, and others can be swapped if needed through the kantan.csv.engine.WriterEngine mechanism.
Type parameters
- A
-
type of values that will be encoded as CSV.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Closeabletrait AutoCloseabletrait VersionSpecificCsvWriter[A]class Objecttrait Matchableclass Any
- Self type
-
CsvWriter[A]
Members list
In this article