GTSValue

com.clevercloud.warp10client.models.gts_module.GTSValue
See theGTSValue companion trait
object GTSValue

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
GTSValue.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(value: Long): GTSLongValue
def apply(value: Double): GTSDoubleValue
def apply(value: Boolean): GTSBooleanValue
def apply(value: String): GTSStringValue
def apply(prefix: String, `macro`: String, values: ListMap[String, Any]): GTSMacroValue
def parse(string: String): Either[InvalidGTSPointFormat, GTSValue]
def parse(value: Json): Either[InvalidGTSPointFormat, GTSValue]