MNumber

mess.Fmt.MNumber
sealed trait MNumber extends Fmt

Attributes

Graph
Supertypes
trait Fmt
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class MBigInt
class MByte
class MDouble
class MFloat
class MInt
class MLong
class MShort
Show all

Members list

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 and Abstract methods

def pack(buffer: MessagePacker): Unit

Attributes

Inherited from:
Fmt