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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product