MethodTypeMethods
scala.quoted.Quotes.reflectModule.MethodTypeMethods
trait MethodTypeMethods
Extension methods of MethodType
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
Members list
Extensions
Experimental extensions
extension (self: MethodType)
List of erased
flags for each parameters of the clause
List of erased
flags for each parameters of the clause
Attributes
- Experimental
- true
- Source
- Quotes.scala
Whether the clause has any erased parameters
Is this the type of erased parameter clause (erased x1: X1, ..., xn: Xn)
Is this the type of erased parameter clause (erased x1: X1, ..., xn: Xn)
Attributes
- Source
- Quotes.scala
Is this the type of using parameter clause (implicit X1, ..., Xn)
, (using X1, ..., Xn)
or (using x1: X1, ..., xn: Xn)
Is this the type of using parameter clause (implicit X1, ..., Xn)
, (using X1, ..., Xn)
or (using x1: X1, ..., xn: Xn)
Attributes
- Source
- Quotes.scala
Attributes
- Source
- Quotes.scala
In this article