RowEncoderF

fs2.data.csv.RowEncoderF
See theRowEncoderF companion trait

Attributes

Companion
trait
Source
RowEncoderF.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[H <: (Option) : ([H] =>> RowEncoderF[H, T, Header]), T, Header]: RowEncoderF[H, T, Header]

Attributes

Source
RowEncoderF.scala
def instance[H <: (Option), T, Header](f: T => RowF[H, Header]): RowEncoderF[H, T, Header]

Attributes

Source
RowEncoderF.scala

Implicits

Implicits

implicit def RowEncoderF[H <: (Option), Header]: Contravariant[[_] =>> RowEncoderF[H, _$1, Header]]

Attributes

Source
RowEncoderF.scala
implicit val fromNelRowEncoder: RowEncoder[NonEmptyList[String]]

Attributes

Source
RowEncoderF.scala
implicit def fromNonEmptyMapCsvRowEncoder[Header]: CsvRowEncoder[Type[Header, String], Header]

Attributes

Source
RowEncoderF.scala
implicit def identityRowEncoderF[H <: (Option), Header]: RowEncoderF[H, RowF[H, Header], Header]

Attributes

Source
RowEncoderF.scala

Inherited implicits

implicit def exportedCsvRowEncoderF[A](implicit exported: Exported[CsvRowEncoder[A, String]]): CsvRowEncoder[A, String]

Attributes

Inherited from:
ExportedRowEncoderFs
Source
RowEncoderF.scala
implicit def exportedRowEncoder[A](implicit exported: Exported[RowEncoder[A]]): RowEncoder[A]

Attributes

Inherited from:
ExportedRowEncoderFs
Source
RowEncoderF.scala