ByteConstantModule

scala.quoted.Quotes.reflectModule.ByteConstantModule

Methods of the module object val ByteConstant

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quotes.this.reflectModule.this.ByteConstant.type

Members list

Value members

Abstract methods

Create a constant Byte value

Create a constant Byte value

Attributes

Source
Quotes.scala
def unapply(constant: Quotes.this.reflectModule.this.ByteConstant): Some[Byte]

Match Byte value constant and extract its value

Match Byte value constant and extract its value

Attributes

Source
Quotes.scala