Packages

trait Values extends AnyRef

Source
Values.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Values
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayByte(v: Array[Byte]) extends Value with Product with Serializable
  2. case class MapBigDecimal(v: Map[String, BigDecimal]) extends Value with Product with Serializable
  3. case class MapBigInt(v: Map[String, BigInt]) extends Value with Product with Serializable
  4. case class MapBoolean(v: Map[String, Boolean]) extends Value with Product with Serializable
  5. case class MapByte(v: Map[String, Byte]) extends Value with Product with Serializable
  6. case class MapChar(v: Map[String, Char]) extends Value with Product with Serializable
  7. case class MapDate(v: Map[String, Date]) extends Value with Product with Serializable
  8. case class MapDouble(v: Map[String, Double]) extends Value with Product with Serializable
  9. case class MapDuration(v: Map[String, Duration]) extends Value with Product with Serializable
  10. case class MapFloat(v: Map[String, Float]) extends Value with Product with Serializable
  11. case class MapInstant(v: Map[String, Instant]) extends Value with Product with Serializable
  12. case class MapInt(v: Map[String, Int]) extends Value with Product with Serializable
  13. case class MapLocalDate(v: Map[String, LocalDate]) extends Value with Product with Serializable
  14. case class MapLocalDateTime(v: Map[String, LocalDateTime]) extends Value with Product with Serializable
  15. case class MapLocalTime(v: Map[String, LocalTime]) extends Value with Product with Serializable
  16. case class MapLong(v: Map[String, Long]) extends Value with Product with Serializable
  17. case class MapOffsetDateTime(v: Map[String, OffsetDateTime]) extends Value with Product with Serializable
  18. case class MapOffsetTime(v: Map[String, OffsetTime]) extends Value with Product with Serializable
  19. case class MapShort(v: Map[String, Short]) extends Value with Product with Serializable
  20. case class MapString(v: Map[String, String]) extends Value with Product with Serializable
  21. case class MapURI(v: Map[String, URI]) extends Value with Product with Serializable
  22. case class MapUUID(v: Map[String, UUID]) extends Value with Product with Serializable
  23. case class MapZonedDateTime(v: Map[String, ZonedDateTime]) extends Value with Product with Serializable
  24. case class OneBigDecimal(v: BigDecimal) extends Value with Product with Serializable
  25. case class OneBigInt(v: BigInt) extends Value with Product with Serializable
  26. case class OneBoolean(v: Boolean) extends Value with Product with Serializable
  27. case class OneByte(v: Byte) extends Value with Product with Serializable
  28. case class OneChar(v: Char) extends Value with Product with Serializable
  29. case class OneDate(v: Date) extends Value with Product with Serializable
  30. case class OneDouble(v: Double) extends Value with Product with Serializable
  31. case class OneDuration(v: Duration) extends Value with Product with Serializable
  32. case class OneFloat(v: Float) extends Value with Product with Serializable
  33. case class OneInstant(v: Instant) extends Value with Product with Serializable
  34. case class OneInt(v: Int) extends Value with Product with Serializable
  35. case class OneLocalDate(v: LocalDate) extends Value with Product with Serializable
  36. case class OneLocalDateTime(v: LocalDateTime) extends Value with Product with Serializable
  37. case class OneLocalTime(v: LocalTime) extends Value with Product with Serializable
  38. case class OneLong(v: Long) extends Value with Product with Serializable
  39. case class OneOffsetDateTime(v: OffsetDateTime) extends Value with Product with Serializable
  40. case class OneOffsetTime(v: OffsetTime) extends Value with Product with Serializable
  41. case class OneShort(v: Short) extends Value with Product with Serializable
  42. case class OneString(v: String) extends Value with Product with Serializable
  43. case class OneURI(v: URI) extends Value with Product with Serializable
  44. case class OneUUID(v: UUID) extends Value with Product with Serializable
  45. case class OneZonedDateTime(v: ZonedDateTime) extends Value with Product with Serializable
  46. case class SeqBigDecimal(v: Seq[BigDecimal]) extends Value with Product with Serializable
  47. case class SeqBigInt(v: Seq[BigInt]) extends Value with Product with Serializable
  48. case class SeqBoolean(v: Seq[Boolean]) extends Value with Product with Serializable
  49. case class SeqChar(v: Seq[Char]) extends Value with Product with Serializable
  50. case class SeqDate(v: Seq[Date]) extends Value with Product with Serializable
  51. case class SeqDouble(v: Seq[Double]) extends Value with Product with Serializable
  52. case class SeqDuration(v: Seq[Duration]) extends Value with Product with Serializable
  53. case class SeqFloat(v: Seq[Float]) extends Value with Product with Serializable
  54. case class SeqInstant(v: Seq[Instant]) extends Value with Product with Serializable
  55. case class SeqInt(v: Seq[Int]) extends Value with Product with Serializable
  56. case class SeqLocalDate(v: Seq[LocalDate]) extends Value with Product with Serializable
  57. case class SeqLocalDateTime(v: Seq[LocalDateTime]) extends Value with Product with Serializable
  58. case class SeqLocalTime(v: Seq[LocalTime]) extends Value with Product with Serializable
  59. case class SeqLong(v: Seq[Long]) extends Value with Product with Serializable
  60. case class SeqOffsetDateTime(v: Seq[OffsetDateTime]) extends Value with Product with Serializable
  61. case class SeqOffsetTime(v: Seq[OffsetTime]) extends Value with Product with Serializable
  62. case class SeqShort(v: Seq[Short]) extends Value with Product with Serializable
  63. case class SeqString(v: Seq[String]) extends Value with Product with Serializable
  64. case class SeqURI(v: Seq[URI]) extends Value with Product with Serializable
  65. case class SeqUUID(v: Seq[UUID]) extends Value with Product with Serializable
  66. case class SeqZonedDateTime(v: Seq[ZonedDateTime]) extends Value with Product with Serializable
  67. case class SetBigDecimal(v: Set[BigDecimal]) extends Value with Product with Serializable
  68. case class SetBigInt(v: Set[BigInt]) extends Value with Product with Serializable
  69. case class SetBoolean(v: Set[Boolean]) extends Value with Product with Serializable
  70. case class SetByte(v: Set[Byte]) extends Value with Product with Serializable
  71. case class SetChar(v: Set[Char]) extends Value with Product with Serializable
  72. case class SetDate(v: Set[Date]) extends Value with Product with Serializable
  73. case class SetDouble(v: Set[Double]) extends Value with Product with Serializable
  74. case class SetDuration(v: Set[Duration]) extends Value with Product with Serializable
  75. case class SetFloat(v: Set[Float]) extends Value with Product with Serializable
  76. case class SetInstant(v: Set[Instant]) extends Value with Product with Serializable
  77. case class SetInt(v: Set[Int]) extends Value with Product with Serializable
  78. case class SetLocalDate(v: Set[LocalDate]) extends Value with Product with Serializable
  79. case class SetLocalDateTime(v: Set[LocalDateTime]) extends Value with Product with Serializable
  80. case class SetLocalTime(v: Set[LocalTime]) extends Value with Product with Serializable
  81. case class SetLong(v: Set[Long]) extends Value with Product with Serializable
  82. case class SetOffsetDateTime(v: Set[OffsetDateTime]) extends Value with Product with Serializable
  83. case class SetOffsetTime(v: Set[OffsetTime]) extends Value with Product with Serializable
  84. case class SetShort(v: Set[Short]) extends Value with Product with Serializable
  85. case class SetString(v: Set[String]) extends Value with Product with Serializable
  86. case class SetURI(v: Set[URI]) extends Value with Product with Serializable
  87. case class SetUUID(v: Set[UUID]) extends Value with Product with Serializable
  88. case class SetZonedDateTime(v: Set[ZonedDateTime]) extends Value with Product with Serializable
  89. sealed trait Value extends AnyRef

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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