CsvRecordDecoder3

ceesvee.CsvRecordDecoder3
sealed trait CsvRecordDecoder3 extends CsvRecordDecoder4

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Inherited methods

inline def derived[A](using m: ProductOf[A]): CsvRecordDecoder[A]

Attributes

Inherited from:
CsvRecordDecoderDeriveScalaVersion
inline def summonAll[T <: Tuple]: List[CsvRecordDecoder[_]]

Attributes

Inherited from:
CsvRecordDecoderDeriveScalaVersion

Implicits

Implicits

implicit def optional[T](implicit D: CsvRecordDecoder[T], ev: T <:!< Option[_]): CsvRecordDecoder[Option[T]]

Inherited implicits

implicit def ApplyCsvRecordDecoder[F[_[_]]](implicit env: CatsApply[F]): F[CsvRecordDecoder]

Attributes

Inherited from:
CsvRecordDecoder4