Package

tabulate.interop.scalaz

stream

Permalink

package stream

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

Ungrouped