RowEncoder

fs2.data.csv.RowEncoder$
object RowEncoder

Attributes

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

Members list

Value members

Concrete methods

def apply[T : RowEncoder]: RowEncoder[T]

Attributes

Source
RowEncoder.scala
def instance[T](f: T => NonEmptyList[String]): RowEncoder[T]

Attributes

Source
RowEncoder.scala