AttributeValue

trace4cats.model.AttributeValue$
See theAttributeValue companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object AttributeList

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait AttributeList extends AttributeValue

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BooleanList
class DoubleList
class LongList
class StringList
case class BooleanList(value: Eval[NonEmptyList[Boolean]]) extends AttributeList

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BooleanList

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BooleanValue(value: Eval[Boolean]) extends AnyVal, AttributeValue

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object BooleanValue

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class DoubleList(value: Eval[NonEmptyList[Double]]) extends AttributeList

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DoubleList

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DoubleList.type
final case class DoubleValue(value: Eval[Double]) extends AnyVal, AttributeValue

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object DoubleValue

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class LongList(value: Eval[NonEmptyList[Long]]) extends AttributeList

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object LongList

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LongList.type
final case class LongValue(value: Eval[Long]) extends AnyVal, AttributeValue

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object LongValue

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
LongValue.type
case class StringList(value: Eval[NonEmptyList[String]]) extends AttributeList

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object StringList

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
StringList.type
final case class StringValue(value: Eval[String]) extends AnyVal, AttributeValue

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object StringValue

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

implicit def boolToTraceValue(value: => Boolean): AttributeValue
implicit def doubleToTraceValue(value: => Double): AttributeValue
implicit def intToTraceValue(value: => Int): AttributeValue
implicit val order: Order[AttributeValue]
implicit val show: Show[AttributeValue]
implicit def stringToTraceValue(value: => String): AttributeValue