CsvRecordDecoder1
ceesvee.CsvRecordDecoder1
sealed trait CsvRecordDecoder1 extends CsvRecordDecoder2
Attributes
- Graph
-
- Supertypes
-
trait CsvRecordDecoder2trait CsvRecordDecoder3trait CsvRecordDecoder4class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object CsvRecordDecoder.type
- Self type
-
CsvRecordDecoder.type
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- CsvRecordDecoderDeriveScalaVersion
Attributes
- Inherited from:
- CsvRecordDecoderDeriveScalaVersion
Implicits
Implicits
Inherited implicits
Attributes
- Inherited from:
- CsvRecordDecoder4
Attributes
- Inherited from:
- CsvRecordDecoder2
implicit def fieldOptional[T](implicit D: CsvFieldDecoder[T], ev: T <:!< Option[_]): CsvRecordDecoder[Option[T]]
Attributes
- Inherited from:
- CsvRecordDecoder2
implicit def optional[T](implicit D: CsvRecordDecoder[T], ev: T <:!< Option[_]): CsvRecordDecoder[Option[T]]
Attributes
- Inherited from:
- CsvRecordDecoder3
In this article