core
core
mess
Fmt
Fmt
Container
MArray
MArray
MBigInt
MBin
MBool
MBool
False
True
MByte
MDouble
MExtension
MFloat
MInt
MLong
MMap
MMap
MNil
MNumber
MShort
MString
MTimestamp
MUnit
mess.codec
Decoder
Decoder
DecodingFailure
Encoder
Encoder
AsArray
AsMap
AsMap
TypeMismatchError
auto
semiauto
core
/
mess
/
Fmt
/
MBigInt
MBigInt
final case
class
MBigInt
(
value:
BigInt
)
extends
MNumber
Graph
Supertypes
trait
Product
trait
Equals
trait
MNumber
trait
Fmt
trait
Serializable
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
asBigInt
:
BigInt
def
asByte
:
Byte
def
asDouble
:
Double
def
asFloat
:
Float
def
asInt
:
Int
def
asLong
:
Long
def
asShort
:
Short
def
pack
(
buffer:
MessagePacker
):
Unit
Inherited methods
def
isNil
:
Boolean
Inherited from:
MNumber
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product