Packages

object AttributeValue

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeValue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait AttributeList extends AttributeValue
  2. case class BooleanList(value: Eval[NonEmptyList[Boolean]]) extends AttributeList with Product with Serializable
  3. final case class BooleanValue(value: Eval[Boolean]) extends AnyVal with AttributeValue with Product with Serializable
  4. case class DoubleList(value: Eval[NonEmptyList[Double]]) extends AttributeList with Product with Serializable
  5. final case class DoubleValue(value: Eval[Double]) extends AnyVal with AttributeValue with Product with Serializable
  6. case class LongList(value: Eval[NonEmptyList[Long]]) extends AttributeList with Product with Serializable
  7. final case class LongValue(value: Eval[Long]) extends AnyVal with AttributeValue with Product with Serializable
  8. case class StringList(value: Eval[NonEmptyList[String]]) extends AttributeList with Product with Serializable
  9. final case class StringValue(value: Eval[String]) extends AnyVal with AttributeValue with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def boolToTraceValue(value: => Boolean): AttributeValue
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. implicit def doubleToTraceValue(value: => Double): AttributeValue
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. implicit def intToTraceValue(value: => Int): AttributeValue
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. implicit val order: Order[AttributeValue]
  18. implicit val ordering: Ordering[AttributeValue]
  19. implicit val semigroup: Semigroup[AttributeValue]
  20. implicit val show: Show[AttributeValue]
  21. implicit def stringToTraceValue(value: => String): AttributeValue
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. object AttributeList
  28. object BooleanList extends Serializable
  29. object BooleanValue extends Serializable
  30. object DoubleList extends Serializable
  31. object DoubleValue extends Serializable
  32. object LongList extends Serializable
  33. object LongValue extends Serializable
  34. object StringList extends Serializable
  35. object StringValue extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped