True

upack.True
case object True extends Bool

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Bool
trait Msg
trait Writable
trait Readable
class Object
trait Matchable
class Any
Show all
Self type
True.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Concrete 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
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
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