Packages

p

fs2.data

csv

package csv

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

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 encodeGivenHeaders[T]: PartiallyAppliedEncodeGivenHeaders[T]
  6. def encodeUsingFirstHeaders[T]: PartiallyAppliedEncodeUsingFirstHeaders[T]
  7. def encodeWithoutHeaders[T]: PartiallyAppliedEncodeWithoutHeaders[T]

Inherited from AnyRef

Inherited from Any

Ungrouped