UnsignedByte

doodle.core.UnsignedByte
See theUnsignedByte companion object
final case class UnsignedByte(value: Byte) extends AnyVal

Attributes

Companion
object
Source
UnsignedByte.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(that: UnsignedByte): Int

Attributes

Source
UnsignedByte.scala
def -(that: UnsignedByte): Int

Attributes

Source
UnsignedByte.scala
def get: Int

Attributes

Source
UnsignedByte.scala

Attributes

Source
UnsignedByte.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product