t

kantan.csv

VersionSpecificCsvSink

trait VersionSpecificCsvSink[-S] extends AnyRef

Self Type
CsvSink[S]
Source
VersionSpecificCsvSink.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VersionSpecificCsvSink
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def write[A](s: S, rows: IterableOnce[A], conf: CsvConfiguration)(implicit arg0: HeaderEncoder[A], e: WriterEngine): Unit

    Writes the specified collections directly in the specifie S.

    Writes the specified collections directly in the specifie S.

    s

    where to write the CSV data.

    rows

    CSV data to encode and serialize.

    conf

    CSV writing behaviour.

Deprecated Value Members

  1. def write[A](s: S, rows: IterableOnce[A], sep: Char, header: String*)(implicit arg0: HeaderEncoder[A], e: WriterEngine): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.18) use write(S, TraversableOnce[A], CsvConfiguration) instead