Float64

com.rallyhealth.weepack.v1.Float64
case class Float64(value: Double) extends Msg

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Msg
trait FromInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Msg
def int32: Int

Attributes

Inherited from:
Msg
def int64: Long

Attributes

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

Attributes

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

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 com.rallyhealth.weepack.v1.Str

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

Attributes

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

Attributes

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

Attributes

Inherited from:
FromInput