Trait

rapture.data

MutableDataType

Related Doc: package data

Permalink

trait MutableDataType[+T <: DataType[T, AstType], AstType <: MutableDataAst] extends DataType[T, AstType]

Linear Supertypes
DataType[T, AstType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutableDataType
  2. DataType
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def $ast: AstType

    Permalink
    Definition Classes
    DataType
  2. abstract def $deref(arg0: Vector[Either[Int, String]] = Vector()): T

    Permalink
    Definition Classes
    DataType
  3. abstract def $extract(arg0: Vector[Either[Int, String]]): T

    Permalink
    Definition Classes
    DataType
  4. abstract def $path: Vector[Either[Int, String]]

    Permalink
    Definition Classes
    DataType
  5. abstract val $root: MutableCell

    Permalink
    Definition Classes
    DataType
  6. abstract def $wrap(any: Any, arg1: Vector[Either[Int, String]] = Vector()): T

    Permalink
    Definition Classes
    DataType
  7. abstract def toBareString: String

    Permalink
    Definition Classes
    DataType

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def $normalize: Any

    Permalink
    Definition Classes
    DataType
  4. def +=[T2](v: T2)(implicit ser: Serializer[T2, T]): Unit

    Permalink

    Adds the specified value to the JSON array

  5. def -=(k: String): Unit

    Permalink

    Removes the specified key from the JSON object

  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def \(key: String): T

    Permalink
    Definition Classes
    DataType
  8. def \\(key: String): T

    Permalink
    Definition Classes
    DataType
  9. def ^dateParents(p: Vector[Either[Int, String]], newVal: Any): Unit

    Permalink
  10. def apply(i: Int = 0): T

    Permalink
    Definition Classes
    DataType
  11. def as[S](implicit ext: Extractor[S, T], mode: Mode[Data#as]): Wrap[S, Throws]

    Permalink

    Assumes the Json object is wrapping a T, and casts (intelligently) to that type.

    Assumes the Json object is wrapping a T, and casts (intelligently) to that type.

    Definition Classes
    DataType
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def doNormalize(orEmpty: Boolean): Any

    Permalink
    Attributes
    protected
    Definition Classes
    DataType
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(any: Any): Boolean

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  20. def is[S](implicit ext: Extractor[S, T]): Boolean

    Permalink
    Definition Classes
    DataType
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def update[T2](i: Int, v: T2)(implicit ser: Serializer[T2, T]): Unit

    Permalink

    Updates the ith element of the JSON array with the value v

  28. def updateDynamic(key: String)(v: ForcedConversion2[T]): Unit

    Permalink

    Updates the element key of the JSON object with the value v

  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DataType[T, AstType]

Inherited from AnyRef

Inherited from Any

Ungrouped