object EJson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EJson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arr[T](xs: T*)(implicit T: Aux[T, EJson]): T
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bool[T](b: slamdata.Predef.Boolean)(implicit T: Aux[T, EJson]): T
  7. def byte[T](b: slamdata.Predef.Byte)(implicit T: Aux[T, EJson]): T
  8. def char[T](c: slamdata.Predef.Char)(implicit T: Aux[T, EJson]): T
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def dec[T](d: slamdata.Predef.BigDecimal)(implicit T: Aux[T, EJson]): T
  11. def elideMetadata[T](implicit T: Aux[T, EJson]): (EJson[T]) ⇒ EJson[T]

    Replaces Meta nodes with their value component.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromCommon[T](c: Common[T])(implicit T: Aux[T, EJson]): T
  16. def fromExt[T](e: Extension[T])(implicit T: Aux[T, EJson]): T
  17. def fromJson[A](f: (slamdata.Predef.String) ⇒ A): (Json[A]) ⇒ EJson[A]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def int[T](d: slamdata.Predef.BigInt)(implicit T: Aux[T, EJson]): T
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isNull[T](ej: T)(implicit T: Aux[T, EJson]): slamdata.Predef.Boolean
  23. def map[T](xs: (T, T)*)(implicit T: Aux[T, EJson]): T
  24. def meta[T](v: T, m: T)(implicit T: Aux[T, EJson]): T
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def nul[T](implicit T: Aux[T, EJson]): T
  29. def obj[T](xs: (slamdata.Predef.String, T)*)(implicit T: Aux[T, EJson]): T
  30. def replaceString[T](implicit T: Aux[T, EJson]): (EJson[T]) ⇒ EJson[T]

    Replace a string with an array of characters.

  31. def restoreString[T](implicit TC: Aux[T, EJson], TR: Aux[T, EJson]): (EJson[T]) ⇒ EJson[T]

    Replace an array of characters with a string.

  32. def str[T](s: slamdata.Predef.String)(implicit T: Aux[T, EJson]): T
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped