AttributeValue

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait AttributeList extends AttributeValue
Companion
object
Companion
class
case class BooleanList(value: Eval[NonEmptyList[Boolean]]) extends AttributeList
Companion
object
object BooleanList
Companion
class
final case class BooleanValue(value: Eval[Boolean]) extends AnyVal with AttributeValue
Companion
object
object BooleanValue
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
object DoubleValue
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
object StringValue
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 ordering: Ordering[AttributeValue]
implicit val semigroup: Semigroup[AttributeValue]
implicit val show: Show[AttributeValue]
implicit def stringToTraceValue(value: => String): AttributeValue