FromTuple

io.github.quafadas.table.TypeInferrer.FromTuple
final case class FromTuple[T]()

Uses a user-supplied tuple type T for decoding. Allows for custom or manual type specification, including custom decoders.

Type parameters

T

The tuple type to use for decoding each row.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product