ProductConstructor

org.hungerford.generic.schema.product.constructor.ProductConstructor
See theProductConstructor companion object
trait ProductConstructor[C, R <: Tuple, AF, T]()

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def convert(from: C): (R, Map[String, AF]) => T

Concrete methods

def construct(from: C)(fields: R, additionalFields: Map[String, AF]): T