object AttributeValue
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttributeValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait AttributeList extends AttributeValue
- case class BooleanList(value: Eval[NonEmptyList[Boolean]]) extends AttributeList with Product with Serializable
- final case class BooleanValue(value: Eval[Boolean]) extends AnyVal with AttributeValue with Product with Serializable
- case class DoubleList(value: Eval[NonEmptyList[Double]]) extends AttributeList with Product with Serializable
- final case class DoubleValue(value: Eval[Double]) extends AnyVal with AttributeValue with Product with Serializable
- case class LongList(value: Eval[NonEmptyList[Long]]) extends AttributeList with Product with Serializable
- final case class LongValue(value: Eval[Long]) extends AnyVal with AttributeValue with Product with Serializable
- case class StringList(value: Eval[NonEmptyList[String]]) extends AttributeList with Product with Serializable
- final case class StringValue(value: Eval[String]) extends AnyVal with AttributeValue with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def boolToTraceValue(value: => Boolean): AttributeValue
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def doubleToTraceValue(value: => Double): AttributeValue
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def intToTraceValue(value: => Int): AttributeValue
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object AttributeList
- object BooleanList extends Serializable
- object BooleanValue extends Serializable
- object DoubleList extends Serializable
- object DoubleValue extends Serializable
- object LongList extends Serializable
- object LongValue extends Serializable
- object StringList extends Serializable
- object StringValue extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated