fromEmpty

info.fingo.spata.converter.FromTuple.fromEmpty
object fromEmpty extends FromTuple[EmptyTuple]

Given instance for converter from empty tuple.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
fromEmpty.type

Members list

Value members

Inherited methods

Converts tuple to record.

Converts tuple to record.

Value parameters

t

the source tuple to be converted.

Attributes

Returns

the record with field from provided tuple.

Inherited from:
FromTuple