TupleSupport

matr.TupleSupport
See theTupleSupport companion trait
object TupleSupport extends TupleSupport

Attributes

Companion
trait
Graph
Supertypes
trait TupleSupport
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

trait MatrixTupleReader[MatrixTuple, RowTuple]

Attributes

Inherited from:
TupleSupport
Supertypes
class Object
trait Matchable
class Any
trait RowTupleReader[RowTuple, T]

Attributes

Inherited from:
TupleSupport
Supertypes
class Object
trait Matchable
class Any

Givens

Inherited givens

given emptyMatrixTupleReader[RowTuple]: MatrixTupleReader[EmptyTuple, RowTuple]

Attributes

Inherited from:
TupleSupport
given emptyRowTupleReader[T]: RowTupleReader[EmptyTuple, T]

Attributes

Inherited from:
TupleSupport
given inductiveMatrixTupleReader[MatrixTail <: Tuple, RowTuple](using MatrixTupleReader[MatrixTail, RowTuple]): MatrixTupleReader[RowTuple *: MatrixTail, RowTuple]

Attributes

Inherited from:
TupleSupport
given inductiveRowTupleReader[Tail <: Tuple, T](using tailReader: RowTupleReader[Tail, T]): RowTupleReader[T *: Tail, T]

Attributes

Inherited from:
TupleSupport