io.github.quafadas.table.TypeInferrer.FromTuple
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
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
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