case class Float32(value: Float) extends Msg with Product with Serializable
- Alphabetic
- By Inheritance
- Float32
- Serializable
- Product
- Equals
- Msg
- Writable
- Readable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Float32(value: Float)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arr: ArrayBuffer[Msg]
Returns the elements of this Msg, fails if it is not a upack.Arr
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binary: Array[Byte]
Returns the
String
value of this Msg, fails if it is not a upack.Str - def bool: Boolean
Returns the
Boolean
value of this Msg, fails if it is not a upack.BoolReturns the
Boolean
value of this Msg, fails if it is not a upack.Bool- Definition Classes
- Msg
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contentLength: Option[Long]
- Definition Classes
- Writable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def httpContentType: Some[String]
- Definition Classes
- Msg → Writable
- def int32: Int
Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64- Definition Classes
- Msg
- def int64: Long
Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64Returns the
Double
value of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64- Definition Classes
- Msg
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNull: Boolean
Returns true if the value of this Msg is ujson.Null, false otherwise
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def obj: LinkedHashMap[Msg, Msg]
Returns the key/value map of this Msg, fails if it is not a upack.Obj
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def str: String
Returns the
String
value of this Msg, fails if it is not a upack.Str - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transform[T](f: Visitor[_, T]): T
- val value: Float
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeBytesTo(out: OutputStream): Unit
- Definition Classes
- Msg → Writable