Ext

case
class Ext(tag: Byte, data: Array[Byte]) extends Msg
trait Serializable
trait Product
trait Equals
trait Msg
trait FromInput
class Object
trait Matchable
class Any

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

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