ByteConstantModule (original) (raw)

scala.quoted.Quotes.reflectModule.ByteConstantModule

trait ByteConstantModule

Methods of the module object val ByteConstant

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

ByteConstant.type

Members list

Value members

Abstract methods

def apply(x: Byte): ByteConstant

Create a constant Byte value

Create a constant Byte value

Attributes

Source

Quotes.scala

def unapply(constant: ByteConstant): Some[Byte]

Match Byte value constant and extract its value

Match Byte value constant and extract its value

Attributes

Source

Quotes.scala