AttributeType

org.typelevel.otel4s.AttributeType$
See theAttributeType companion trait

Attributes

Companion:
trait
Source:
AttributeType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Boolean extends AttributeType[Boolean]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Boolean.type
case object BooleanList extends AttributeType[List[Boolean]]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Double extends AttributeType[Double]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Double.type
case object DoubleList extends AttributeType[List[Double]]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Long extends AttributeType[Long]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Long.type
case object LongList extends AttributeType[List[Long]]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object String extends AttributeType[String]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
String.type
case object StringList extends AttributeType[List[String]]

Attributes

Source:
AttributeType.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit def attributeTypeHash[A]: Hash[AttributeType[A]]

Attributes

Source:
AttributeType.scala
implicit def attributeTypeShow[A]: Show[AttributeType[A]]

Attributes

Source:
AttributeType.scala