object Value extends Serializable
- Source
- Value.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Value
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class BooleanValue[C](v: Boolean, c: C = ()) extends NonVar[C] with Product with Serializable
- final case class EnumValue[C](v: String, c: C = ()) extends NonVar[C] with Product with Serializable
- final case class FloatValue[C](v: BigDecimal, c: C = ()) extends NonVar[C] with Product with Serializable
- final case class IntValue[C](v: BigInt, c: C = ()) extends NonVar[C] with Product with Serializable
- final case class ListValue[+V <: AnyValue, C](v: List[Value[V, C]], c: C = ()) extends Value[V, C] with Product with Serializable
- final case class NullValue[C](c: C = ()) extends NonVar[C] with Product with Serializable
- final case class ObjectValue[+V <: AnyValue, C](v: List[(String, Value[V, C])], c: C = ()) extends Value[V, C] with Product with Serializable
- final case class StringValue[C](v: String, c: C = ()) extends NonVar[C] with Product with Serializable
- final case class VariableValue[C](v: String, c: C = ()) extends Value[AnyValue, C] 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val decoder: Decoder[Value[Const, Unit]]
- implicit def encoder[C]: Encoder[Value[Const, C]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromJson(j: Json): Value[Const, Unit]
- implicit val functorForValue: Functor[[β$0$]Value[Const, β$0$]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()