SignatureModule (original) (raw)

scala.quoted.Quotes.reflectModule.SignatureModule

trait 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