FromTuple

info.fingo.spata.converter.FromTuple
See theFromTuple companion trait
object FromTuple

FromTuple companion object with given instances of tuple to record converter.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FromTuple.type

Members list

Type members

Classlikes

object fromEmpty extends FromTuple[EmptyTuple]

Given instance for converter from empty tuple.

Given instance for converter from empty tuple.

Attributes

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

Givens

Givens

given fromCons[H : StringRenderer, T <: Tuple : FromTuple]: fromCons[H, T]

Given instance for recursive converter from tuple cons.

Given instance for recursive converter from tuple cons.

Attributes

given fromEmpty: fromEmpty.type

Given instance for converter from empty tuple.

Given instance for converter from empty tuple.

Attributes