Package

tabulate.interop.scalaz

stream

Permalink

package stream

Treats CSV data as sources and sinks.

See also

Tutorial

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. stream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait CsvSink[S] extends AnyRef

    Permalink

    Turns instances of S into CSV sinks.

    Turns instances of S into CSV sinks.

    Any type S that has a implicit instance of CsvSink in scope will be enriched by the asCsvSink method (which maps to sink).

    Additionally, any type that has an instance of CsvOutput in scope automatically gets an instance of CsvSink.

  2. trait CsvSource[S] extends AnyRef

    Permalink

    Turns instances of S into CSV sources.

    Turns instances of S into CSV sources.

    Any type S that has a implicit instance of CsvSource in scope will be enriched by the asCsvSource and asUnsafeCsvSource methods (which map to source and unsafeSource respectively).

    Additionally, any type that has an instance of CsvInput in scope automatically gets an instance of CsvSource.

Value Members

  1. object CsvSink

    Permalink
  2. object CsvSource

    Permalink
  3. object ops extends ToCsvSourceOps with ToCsvSinkOps

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped