MInt8

org.finos.morphir.MInt8
final case class MInt8(value: Byte, flags: PrimitiveFlags) extends MPrimitive[Byte]

Attributes

Graph
Supertypes
trait MPrimitive[Byte]
trait MData[Byte]
trait MValue[Byte]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type Type <: Byte

Attributes

Inherited from:
MValue

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product