final case class UnsignedByte(value: Byte) extends Element with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnsignedByte
- Serializable
- Serializable
- Product
- Equals
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UnsignedByte(value: Byte)
Value Members
-
def
isSimple: Boolean
- Definition Classes
- UnsignedByte → Element
-
def
simplify: ByteSeq
- Definition Classes
- UnsignedByte → Element
- val value: Byte