TermParamClauseMethods (original) (raw)
scala.quoted.Quotes.reflectModule.TermParamClauseMethods
Extension methods of TermParamClause
Attributes
Source
Graph
Supertypes
Members list
List of erased
flags for each parameter of the clause
List of erased
flags for each parameter of the clause
Attributes
Experimental
true
Source
Whether the clause has any erased parameters
Whether the clause has any erased parameters
Attributes
Experimental
true
Source
Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)
Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)
Attributes
Deprecated
[Since version 3.4]
Use `hasErasedArgs` and `erasedArgs`
Source
Is this a given parameter clause (using X1, ..., Xn)
or (using x1: X1, ..., xn: Xn)
Is this a given parameter clause (using X1, ..., Xn)
or (using x1: X1, ..., xn: Xn)
Attributes
Source
Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)
Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)
Attributes
Source
List of parameters of the clause
List of parameters of the clause
Attributes
Source
In this article