MNumber

sealed trait MNumber extends Fmt
trait Fmt
trait Serializable
class Object
trait Matchable
class Any
class MBigInt
class MByte
class MDouble
class MFloat
class MInt
class MLong
class MShort

Value members

Abstract methods

def asBigInt: BigInt
def asByte: Byte
def asDouble: Double
def asFloat: Float
def asInt: Int
def asLong: Long
def asShort: Short

Concrete methods

def isNil: Boolean

Inherited methods

def pack(buffer: MessagePacker): Unit
Inherited from:
Fmt