package csv
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- csv
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type CsvRow[Header] = RowF[Some, Header]
- type CsvRowDecoder[T, Header] = RowDecoderF[Some, T, Header]
- Annotations
- @implicitNotFound()
- type CsvRowEncoder[T, Header] = RowEncoderF[Some, T, Header]
- Annotations
- @implicitNotFound()
- type DecoderResult[T] = Either[DecoderError, T]
- type HeaderResult[T] = Either[HeaderError, NonEmptyList[T]]
- type NoneF[+A] = None.type
- type Row = RowF[NoneF, Nothing]
- type RowDecoder[T] = RowDecoderF[NoneF, T, Nothing]
- Annotations
- @implicitNotFound()
- type RowEncoder[T] = RowEncoderF[NoneF, T, Nothing]
- Annotations
- @implicitNotFound()
Value Members
- def decodeGivenHeaders[T]: PartiallyAppliedDecodeGivenHeaders[T]
- def decodeSkippingHeaders[T]: PartiallyAppliedDecodeSkippingHeaders[T]
- def decodeUsingHeaders[T]: PartiallyAppliedDecodeUsingHeaders[T]
- def decodeWithoutHeaders[T]: PartiallyAppliedDecodeWithoutHeaders[T]
- def encodeGivenHeaders[T]: PartiallyAppliedEncodeGivenHeaders[T]
- def encodeUsingFirstHeaders[T]: PartiallyAppliedEncodeUsingFirstHeaders[T]
- def encodeWithoutHeaders[T]: PartiallyAppliedEncodeWithoutHeaders[T]