ByteConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.ByteConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Byte): ByteConstant

Create a constant Byte value

Create a constant Byte value

Attributes

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

Match Byte value constant and extract its value

Match Byte value constant and extract its value

Attributes