RowDecoderF

fs2.data.csv.RowDecoderF
See theRowDecoderF companion trait

Attributes

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

Members list

Implicits

Implicits

implicit def RowDecoderFInstances[H <: (Option), Header]: MonadError[[_] =>> RowDecoderF[H, _$3, Header], DecoderError] & SemigroupK[[_] =>> RowDecoderF[H, _$4, Header]]

Attributes

Source
RowDecoderF.scala
implicit def decodeResultCsvRowDecoder[Header, T](implicit dec: CsvRowDecoder[T, Header]): CsvRowDecoder[DecoderResult[T], Header]

Attributes

Source
RowDecoderF.scala
implicit def decodeResultRowDecoder[T](implicit dec: RowDecoder[T]): RowDecoder[DecoderResult[T]]

Attributes

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

Attributes

Source
RowDecoderF.scala
implicit val toListRowDecoder: RowDecoder[List[String]]

Attributes

Source
RowDecoderF.scala
implicit def toMapCsvRowDecoder[Header]: CsvRowDecoder[Map[Header, String], Header]

Attributes

Source
RowDecoderF.scala
implicit val toNelRowDecoder: RowDecoder[NonEmptyList[String]]

Attributes

Source
RowDecoderF.scala
implicit def toNonEmptyMapCsvRowDecoder[Header : Order]: CsvRowDecoder[Type[Header, String], Header]

Attributes

Source
RowDecoderF.scala

Inherited implicits

implicit def exportedCsvRowDecoders[A](implicit exported: Exported[CsvRowDecoder[A, String]]): CsvRowDecoder[A, String]

Attributes

Inherited from:
ExportedRowDecoderFs
Source
RowDecoderF.scala
implicit def exportedRowDecoders[A](implicit exported: Exported[RowDecoder[A]]): RowDecoder[A]

Attributes

Inherited from:
ExportedRowDecoderFs
Source
RowDecoderF.scala