AttributeType

org.typelevel.otel4s.AttributeType
See theAttributeType companion object
sealed trait AttributeType[A] extends Product with 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 Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Boolean.type
object BooleanList.type
object Double.type
object DoubleList.type
object Long.type
object LongList.type
object String.type
object StringList.type

Members list

Concise view

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