AutoProduct
mill.api.Mirrors.AutoProduct
final class AutoProduct[T, L <: String, Ns <: Tuple, Ts <: Tuple](from: Product => T) extends Product
Attributes
- Source
- Mirrors.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
Members list
Type members
Types
The names of the product elements
Attributes
- Source
- Mirrors.scala
The name of the type
The mirrored *-type
Attributes
- Source
- Mirrors.scala
Value members
Concrete methods
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Definition Classes
-
Product
- Source
- Mirrors.scala
In this article