tuples

fs2.data.csv.generic.tuples
object tuples

Attributes

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

Members list

Givens

Givens

given tupleDecoder[T <: Tuple](using ic: ProductInstances[OptCellDecoder, T]): RowDecoder[T]

Attributes

Source
tuples.scala
given tupleEncoder[T <: Tuple](using ic: ProductInstances[CellEncoder, T]): RowEncoder[T]

Attributes

Source
tuples.scala