case class Int32(value: Int) extends Msg with Product with Serializable
- Alphabetic
- By Inheritance
- Int32
- Serializable
- Serializable
- Product
- Equals
- Msg
- Writable
- Readable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Int32(value: Int)
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
obj: LinkedHashMap[Msg, Msg]
Returns the key/value map of this Msg, fails if it is not a upack.Obj
-
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: Int
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
writeBytesTo(out: OutputStream): Unit
- Definition Classes
- Msg → Writable