RowEncoderF

fs2.data.csv.RowEncoderF
See theRowEncoderF companion object
@FunctionalInterface
trait RowEncoderF[H <: (Option), T, Header]

Describes how a row can be encoded from a value of the given type.

Attributes

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

Members list

Value members

Abstract methods

def apply(elem: T): RowF[H, Header]

Attributes

Source
RowEncoderF.scala

Concrete methods

def contramap[B](f: B => T): RowEncoderF[H, B, Header]

Attributes

Source
RowEncoderF.scala