scala.runtime
Members list
Packages
Type members
Classlikes
Attributes
- Supertypes
A function with all parameters grouped in an array.
A function with all parameters grouped in an array.
Attributes
- Supertypes
A type constructor for a case in a match type.
A type constructor for a case in a match type.
Attributes
- Supertypes
Attributes
- Supertypes
- Self type
-
Scala3RunTime.type
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.
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
- Supertypes
A type for skolems that are generated during capture conversion. Capture conversion narrows the type of a tree whose type has wildcard arguments. A typical situation is a tree t
of type C[_ >: L <: U]
and an expected type C[X]
where X
is an instantiatable type variable. To be able to instantiate X
, we cast the tree to type X[$n.CAP]
where $n
is a fresh skolem type with underlying type TypeBox[L, U]
.
A type for skolems that are generated during capture conversion. Capture conversion narrows the type of a tree whose type has wildcard arguments. A typical situation is a tree t
of type C[_ >: L <: U]
and an expected type C[X]
where X
is an instantiatable type variable. To be able to instantiate X
, we cast the tree to type X[$n.CAP]
where $n
is a fresh skolem type with underlying type TypeBox[L, U]
.
Attributes
- Supertypes
Experimental classlikes
Attributes
- Experimental
- true
- Supertypes
- Self type
-
TupledFunctions.type