ToTuple

info.fingo.spata.converter.ToTuple
See theToTuple companion trait
object ToTuple

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

Attributes

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

Members list

Type members

Classlikes

object toEmpty extends ToTuple[EmptyTuple]

Given instance for converter to empty tuple.

Given instance for converter to empty tuple.

Attributes

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

Givens

Givens

given toCons[H : StringParser, T <: Tuple : ToTuple]: toCons[H, T]

Given instance for recursive converter to tuple cons.

Given instance for recursive converter to tuple cons.

Attributes

given toEmpty: toEmpty.type

Given instance for converter to empty tuple.

Given instance for converter to empty tuple.

Attributes