kantan.csv.CsvSink
See theCsvSink companion object
trait CsvSink[-S] extends VersionSpecificCsvSink[S], Serializable
Type class for all types that can be turned into CsvWriter instances.
Instances of CsvSink are rarely used directly. The preferred, idiomatic way is to use the implicit syntax provided by CsvSinkOps, brought in scope by importing kantan.csv.ops._
.
See the companion object for default implementations and construction methods.
Attributes
Members list
In this article