TupleMirror
scala.runtime.TupleMirror
final class TupleMirror(arity: Int) extends Product, Serializable
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
- TupleMirror.scala
- Graph
-
- Supertypes
Members list
In this article