AttributeType

org.typelevel.otel4s.AttributeType
See theAttributeType companion object
sealed trait AttributeType[A] extends Product, Serializable

Represents all possible value types for an AttributeKey and hence the types of values that are allowed for Attribute.

Attributes

Companion
object
Source
AttributeType.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Boolean
object BooleanSeq
object Double
object DoubleSeq
object Long
object LongSeq
object String
object StringSeq
Show all

Members list

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product