TypeLambdaMethods

scala.quoted.Quotes.reflectModule.TypeLambdaMethods

Extension methods of TypeLambda

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (self: TypeLambda)
def param(idx: Int): TypeRepr

Reference to the i-th parameter

Reference to the i-th parameter

Attributes

Source
Quotes.scala

Type bounds of the i-th parameter

Type bounds of the i-th parameter

Attributes

Source
Quotes.scala

Variance flags for the i-th parameter

Variance flags for the i-th parameter

Variance flags can be one of Flags.{Covariant, Contravariant, EmptyFlags}.

Attributes

Source
Quotes.scala