TupleSupport

object TupleSupport extends TupleSupport
Companion:
class
class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait MatrixTupleReader[MatrixTuple, RowTuple]
Inherited from:
TupleSupport
trait RowTupleReader[RowTuple, T]
Inherited from:
TupleSupport

Givens

Inherited givens

given emptyMatrixTupleReader[RowTuple]: emptyMatrixTupleReader[RowTuple]
Inherited from:
TupleSupport
given emptyRowTupleReader[T]: emptyRowTupleReader[T]
Inherited from:
TupleSupport
given inductiveMatrixTupleReader[MatrixTail <: Tuple, RowTuple](using matrixTailReader: MatrixTupleReader[MatrixTail, RowTuple]): inductiveMatrixTupleReader[MatrixTail, RowTuple]
Inherited from:
TupleSupport
given inductiveRowTupleReader[Tail <: Tuple, T](using tailReader: RowTupleReader[Tail, T]): inductiveRowTupleReader[Tail, T]
Inherited from:
TupleSupport