CSV

info.fingo.spata.io.Writer.CSV
See theCSV companion trait
object CSV

Given instances to witness that given type is supported by Writer as CSV destination.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
CSV.type

Members list

Type members

Classlikes

object outputStreamWitness extends CSV[OutputStream]

Witness that java.io.OutputStream may be used with Writer methods.

Witness that java.io.OutputStream may be used with Writer methods.

Attributes

Supertypes
trait CSV[OutputStream]
class Object
trait Matchable
class Any
Self type
object pathWitness extends CSV[Path]

Witness that java.nio.file.Path may be used with Writer methods.

Witness that java.nio.file.Path may be used with Writer methods.

Attributes

Supertypes
trait CSV[Path]
class Object
trait Matchable
class Any
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

Witness that java.io.OutputStream may be used with Writer methods.

Witness that java.io.OutputStream may be used with Writer methods.

Attributes

given pathWitness: pathWitness.type

Witness that java.nio.file.Path may be used with Writer methods.

Witness that java.nio.file.Path may be used with Writer methods.

Attributes