TupleMirror (original) (raw)
scala.runtime.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.
Attributes
Source
Graph
Supertypes
Members list
The names of the product elements
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
Source
In this article