CellEncoder

fs2.data.csv.CellEncoder
See theCellEncoder companion object
@FunctionalInterface
trait CellEncoder[T]

Describes how a cell of a given type can be encoded.

Attributes

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

Members list

Value members

Abstract methods

def apply(cell: T): String
Implicitly added by optionEncoder

Attributes

Source
CellEncoder.scala
def apply(cell: T): String

Attributes

Source
CellEncoder.scala

Concrete methods

def contramap[B](f: B => T): CellEncoder[B]
Implicitly added by optionEncoder

Attributes

Source
CellEncoder.scala
def contramap[B](f: B => T): CellEncoder[B]

Attributes

Source
CellEncoder.scala