Bool

upack.Bool
See theBool companion object
sealed abstract class Bool extends Msg

Attributes

Companion
object
Graph
Supertypes
trait Msg
trait Writable
trait Readable
class Object
trait Matchable
class Any
Show all
Known subtypes
object False.type
object True.type

Members list

Value members

Abstract methods

def value: Boolean

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 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