kantan.csv.CsvSource
See theCsvSource companion trait
object CsvSource
Defines convenience methods for creating and retrieving instances of CsvSource.
Implicit default implementations of standard types are also declared here, always bringing them in scope with a low priority.
These default implementations can also be useful when writing more complex instances: if you need to write a CsvSource[T]
and have both a CsvSource[S]
and a T ⇒ S
, you need just use CsvSource.contramap to create your implementation.
Attributes
Members list
In this article