MInt

mess.Fmt$.MInt
final case class MInt(value: Int) extends MNumber

Attributes

Graph
Supertypes
trait Product
trait Equals
trait MNumber
trait Fmt
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

Inherited from:
MNumber
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product