rapture.data

MutableDataType

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

Linear Supertypes
DataType[T, AstType], Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableDataType
  2. DataType
  3. Dynamic
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def $ast: AstType

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

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

    Definition Classes
    DataType
  4. abstract val $root: VCell

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

    Definition Classes
    DataType

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def $acessInnerMap(k: String): Any

    Definition Classes
    DataType
  5. def $normalize: Any

    Definition Classes
    DataType
  6. def +(pv: ((DPath) ⇒ DPath, ForcedConversion[T])): T

    Definition Classes
    DataType
  7. def ++[S <: DataType[S, _]](b: S): T

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

    Adds the specified value to the JSON array

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

    Removes the specified key from the JSON object

  10. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. final def ==(arg0: Any): Boolean

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

  13. def apply(i: Int = 0): T

    Definition Classes
    DataType
  14. def applyDynamic(key: String)(i: Int = 0): T

    Definition Classes
    DataType
  15. def as[S](implicit ext: Extractor[S, T], mode: Mode[ExtractionMethods]): Wrap[S, DataGetException]

    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
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

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

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

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

    Definition Classes
    DataType → AnyRef → Any
  21. def extract(sp: Vector[Either[Int, String]]): DataType[T, AstType]

    Definition Classes
    DataType
  22. def finalize(): Unit

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

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

    Definition Classes
    DataType → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def selectDynamic(key: String): T

    Assumes the Json object wraps a Map, and extracts the element key.

    Assumes the Json object wraps a Map, and extracts the element key.

    Definition Classes
    DataType
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

  33. def updateDynamic(key: String)(v: ForcedConversion[T]): Unit

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

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DataType[T, AstType]

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped