SpanValue

org.llm4s.trace.model.SpanValue
See theSpanValue companion trait
object SpanValue

Attributes

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

Members list

Type members

Classlikes

final case class BooleanValue(value: Boolean) extends SpanValue

Attributes

Supertypes
trait SpanValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DoubleValue(value: Double) extends SpanValue

Attributes

Supertypes
trait SpanValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LongValue(value: Long) extends SpanValue

Attributes

Supertypes
trait SpanValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final implicit class SpanValueOps(val sv: SpanValue) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final case class StringListValue(value: List[String]) extends SpanValue

Attributes

Supertypes
trait SpanValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StringValue(value: String) extends SpanValue

Attributes

Supertypes
trait SpanValue
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Implicits

Implicits

final implicit def SpanValueOps(sv: SpanValue): SpanValueOps