Packages

package csv

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. csv
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package generic

Type Members

  1. type CsvRow[Header] = RowF[Some, Header]
  2. type CsvRowDecoder[T, Header] = RowDecoderF[Some, T, Header]
    Annotations
    @implicitNotFound()
  3. type CsvRowEncoder[T, Header] = RowEncoderF[Some, T, Header]
    Annotations
    @implicitNotFound()
  4. type DecoderResult[T] = Either[DecoderError, T]
  5. type HeaderResult[T] = Either[HeaderError, NonEmptyList[T]]
  6. type NoneF[+A] = None.type
  7. type Row = RowF[NoneF, Nothing]
  8. type RowDecoder[T] = RowDecoderF[NoneF, T, Nothing]
    Annotations
    @implicitNotFound()
  9. type RowEncoder[T] = RowEncoderF[NoneF, T, Nothing]
    Annotations
    @implicitNotFound()

Value Members

  1. def decodeGivenHeaders[T]: PartiallyAppliedDecodeGivenHeaders[T]
  2. def decodeSkippingHeaders[T]: PartiallyAppliedDecodeSkippingHeaders[T]
  3. def decodeUsingHeaders[T]: PartiallyAppliedDecodeUsingHeaders[T]
  4. def decodeWithoutHeaders[T]: PartiallyAppliedDecodeWithoutHeaders[T]
  5. def encodeUsingFirstHeaders[T]: PartiallyAppliedEncodeUsingFirstHeaders[T]
  6. def encodeWithGivenHeaders[T]: PartiallyAppliedEncodeWithGivenHeaders[T]
  7. def encodeWithoutHeaders[T]: PartiallyAppliedEncodeWithoutHeaders[T]

Deprecated Value Members

  1. def encodeGivenHeaders[T]: PartiallyAppliedEncodeGivenHeaders[T]
    Annotations
    @deprecated
    Deprecated

    (Since version fs2-data 1.11.1) Emits incorrect data if rows have a different length than headers. Please use encodeWithGivenHeaders instead.

Inherited from AnyRef

Inherited from Any

Ungrouped