AttributeValue

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Companion:
class
sealed trait AttributeList extends AttributeValue
Companion:
object
case class BooleanList(value: Eval[NonEmptyList[Boolean]]) extends AttributeList
Companion:
object
Companion:
class
final case class BooleanValue(value: Eval[Boolean]) extends AnyVal with AttributeValue
Companion:
object
Companion:
class
case class DoubleList(value: Eval[NonEmptyList[Double]]) extends AttributeList
Companion:
object
object DoubleList
Companion:
class
final case class DoubleValue(value: Eval[Double]) extends AnyVal with AttributeValue
Companion:
object
Companion:
class
case class LongList(value: Eval[NonEmptyList[Long]]) extends AttributeList
Companion:
object
object LongList
Companion:
class
final case class LongValue(value: Eval[Long]) extends AnyVal with AttributeValue
Companion:
object
object LongValue
Companion:
class
case class StringList(value: Eval[NonEmptyList[String]]) extends AttributeList
Companion:
object
object StringList
Companion:
class
final case class StringValue(value: Eval[String]) extends AnyVal with AttributeValue
Companion:
object
Companion:
class

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