ToProduct

info.fingo.spata.converter.ToProduct
See theToProduct companion trait
object ToProduct

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

Attributes

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

Members list

Givens

Givens

inline given toProduct[P <: Product](using m: ProductOf[P]): ToProduct[P]

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

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

Attributes