Constructor

io.scalaland.chimney.internal.compiletime.datatypes.ProductTypes.Product.Constructor
See theConstructor companion object
final case class Constructor[To](parameters: Parameters, constructor: Arguments => Expr[To])

Let us obtain a list of primary constructor's parameters as well as setter parameters, as well as a method of taking all computed arguments and turning it into constructed value.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product