rapture.data

DataType

trait DataType[+T <: DataType[T, AstType], +AstType <: DataAst] extends Dynamic

Linear Supertypes
Dynamic, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DataType
  2. Dynamic
  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

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

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

  4. abstract val $root: VCell

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

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

  5. def $normalize: Any

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

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

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

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

    Definition Classes
    Any
  10. def apply(i: Int = 0): T

  11. def applyDynamic(key: String)(i: Int = 0): T

  12. 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.

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

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

    Attributes
    protected
  16. final def eq(arg0: AnyRef): Boolean

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

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

  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. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped