FromProduct

info.fingo.spata.converter.FromProduct
See theFromProduct companion trait
object FromProduct

FromProduct companion object with given instance of product to record converter.

Attributes

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

Members list

Givens

Givens

inline given fromProduct[P <: Product](using m: ProductOf[P], ft: FromTuple[<none>]): fromProduct[P]

Given instance for converter from product (case class) to record.

Given instance for converter from product (case class) to record.

Attributes