TupleMirror
A concrete subclass of scala.deriving.Mirror.Product, enabling reduction of bytecode size.
as we do not need to synthesize an anonymous Mirror class at every callsite.
- Source:
- TupleMirror.scala
Type members
Types
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.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.
- Source:
- TupleMirror.scala