True

case object True extends Bool
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Bool
trait Msg
trait FromInput
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
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 com.rallyhealth.weepack.v1.Arr

Returns the elements of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Arr

Inherited from
Msg
def binary: Array[Byte]

Returns the String value of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Str

Returns the String value of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Str

Inherited from
Msg
def bool: Boolean

Returns the Boolean value of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Bool

Returns the Boolean value of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Bool

Inherited from
Msg
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def int32: Int
Inherited from
Msg
def int64: Long
Inherited from
Msg
def isNull: Boolean

Returns true if the value of this Msg is com.rallyhealth.weejson.v1.Null, false otherwise

Returns true if the value of this Msg is com.rallyhealth.weejson.v1.Null, false otherwise

Inherited from
Msg
def obj: LinkedHashMap[Msg, Msg]

Returns the key/value map of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Obj

Returns the key/value map of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Obj

Inherited from
Msg
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def str: String

Returns the String value of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Str

Returns the String value of this Msg, fails if it is not a com.rallyhealth.weepack.v1.Str

Inherited from
Msg
def transform[T](to: Visitor[_, T]): T
Inherited from
Msg
def validate[T](to: Visitor[_, T]): Try[T]
Inherited from
FromInput