SignatureModule

scala.quoted.Quotes.reflectModule.SignatureModule

Methods of the module object val Signature

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Signature.type

Members list

Value members

Abstract methods

def unapply(sig: Signature): (List[String | Int], String)

Matches the method signature and returns its parameters and result type.

Matches the method signature and returns its parameters and result type.

Attributes

Source
Quotes.scala