io.scalaland.chimney.internal.compiletime.datatypes.ProductTypes.Product
See theProduct companion class
Attributes
Members list
Type members
Classlikes
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.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Constructor
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Constructor.type
Let us obtain a list of: vals, lazy vals and parameterless defs that we can always call.
Let us obtain a list of: vals, lazy vals and parameterless defs that we can always call.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Extraction
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Extraction.type
final case class Getter[From, A](sourceType: SourceType, isLocal: Boolean, get: Expr[From] => Expr[A])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Getter
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Types
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article