object True extends Bool with Product with Serializable
- Alphabetic
 - By Inheritance
 
- True
 - Serializable
 - Serializable
 - Product
 - Equals
 - Bool
 - Msg
 - Writable
 - Readable
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - All
 
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
Stringvalue of this Msg, fails if it is not a upack.Str - 
      
      
      
        
      
    
      
        
        def
      
      
        bool: Boolean
      
      
      
Returns the
Booleanvalue of this Msg, fails if it is not a upack.BoolReturns the
Booleanvalue 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
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        int32: Int
      
      
      
Returns the
Doublevalue of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64Returns the
Doublevalue of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64- Definition Classes
 - Msg
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        int64: Long
      
      
      
Returns the
Doublevalue of this Msg, fails if it is not a upack.Int32, upack.Int64 or upack.UInt64Returns the
Doublevalue 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
Stringvalue 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
 -  def value: Boolean
 - 
      
      
      
        
      
    
      
        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