kantan.csv.ops
Provides syntax for encoding values as CSV cells.
Importing kantan.csv.ops._ will add asCsvCell to any type A such that there exists an implicit CellDecoder[A] in scope.
kantan.csv.ops._
A
CellDecoder[A]
Encodes a value as a CSV cell.
For example:
scala> 1.asCsvCell res0: String = 1
Provides syntax for encoding values as CSV cells.
Importing
kantan.csv.ops._will add asCsvCell to any typeAsuch that there exists an implicitCellDecoder[A]in scope.