rapture.data

MutableDataType

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
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 $extract(arg0: Vector[Either[Int, String]]): T

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

    Definition Classes
    DataType
  5. abstract val $root: MutableCell

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

    Definition Classes
    DataType
  7. abstract def toBareString: String

    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 $normalize: Any

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

    Adds the specified value to the JSON array

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

    Removes the specified key from the JSON object

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

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

    Definition Classes
    Any
  9. def \(key: String): T

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

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

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

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

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

    Definition Classes
    Any
  15. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. 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

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

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

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DataType[T, AstType]

Inherited from AnyRef

Inherited from Any

Ungrouped