Float64

upack.Float64
case class Float64(value: Double) extends Msg

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Msg
trait Writable
trait Readable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def arr: ArrayBuffer[Msg]

Returns the elements of this Msg, fails if it is not a upack.Arr

Returns the elements of this Msg, fails if it is not a upack.Arr

Attributes

Inherited from:
Msg
def binary: Array[Byte]

Returns the String value of this Msg, fails if it is not a upack.Str

Returns the String value of this Msg, fails if it is not a upack.Str

Attributes

Inherited from:
Msg
def bool: Boolean

Returns the Boolean value of this Msg, fails if it is not a upack.Bool

Returns the Boolean value of this Msg, fails if it is not a upack.Bool

Attributes

Inherited from:
Msg
def contentLength: Option[Long]

Attributes

Inherited from:
Writable
override def httpContentType: Option[String]

Attributes

Definition Classes
Msg -> Writable
Inherited from:
Msg
def int32: Int

Returns the Double value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64

Returns the Double value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64

Attributes

Inherited from:
Msg
def int64: Long

Returns the Double value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64

Returns the Double value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64

Attributes

Inherited from:
Msg
def isNull: Boolean

Returns true if the value of this Msg is ujson.Null, false otherwise

Returns true if the value of this Msg is ujson.Null, false otherwise

Attributes

Inherited from:
Msg
def obj: LinkedHashMap[Msg, Msg]

Returns the key/value map of this Msg, fails if it is not a upack.Obj

Returns the key/value map of this Msg, fails if it is not a upack.Obj

Attributes

Inherited from:
Msg
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def str: String

Returns the String value of this Msg, fails if it is not a upack.Str

Returns the String value of this Msg, fails if it is not a upack.Str

Attributes

Inherited from:
Msg
def transform[T](f: Visitor[_, T]): T

Attributes

Inherited from:
Msg
def writeBytesTo(out: OutputStream): Unit

Attributes

Inherited from:
Msg