trait DerivedCsvRowEncoder[T] extends CsvRowEncoder[T, String]

Source
DerivedCsvRowEncoder.scala
Linear Supertypes
RowEncoderF[Some, T, String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerivedCsvRowEncoder
  2. RowEncoderF
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(elem: T): RowF[Some, String]
    Definition Classes
    RowEncoderF

Concrete Value Members

  1. def contramap[B](f: (B) => T): RowEncoderF[Some, B, String]
    Definition Classes
    RowEncoderF