TermParamClauseMethods
trait TermParamClauseMethods
Extension methods of TermParamClause
- Source:
- Quotes.scala
Extensions
Extensions
extension (self: TermParamClause)
Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)
Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)
- Source:
- Quotes.scala
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)
- Source:
- Quotes.scala
Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)
Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)
- Source:
- Quotes.scala