ConstructorBuilder

org.hungerford.generic.schema.product.ConstructorBuilder
case class ConstructorBuilder[T, R <: Tuple, RV <: Tuple, AF, AFS, AFE, C, NewC](bldr: ProductSchemaBuilder[T, R, RV, AF, AFS, AFE, C])(using cType: Aux[T, RV, AF, NewC], ctx: CtxWrapTuplesConstraint[Tpe, R, RV])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(constructor: NewC): ProductSchemaBuilder[T, R, RV, AF, AFS, AFE, NewC]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product