TypeParamClause

oxygen.meta.Meta.ParamClause.TypeParamClause
final case class TypeParamClause(raw: quotes.reflect.TypeParamClause) extends ParamClause

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParamClause
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def params: Either[List[ValDef], List[TypeDef]]

List of parameters of the clause

List of parameters of the clause

Attributes

Inherited from:
ParamClause
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product