Object

quasar.ejson

EJson

Related Doc: package ejson

Permalink

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def arr[T](xs: T*)(implicit T: Aux[T, EJson]): T

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bool[T](b: slamdata.Predef.Boolean)(implicit T: Aux[T, EJson]): T

    Permalink
  7. def byte[T](b: slamdata.Predef.Byte)(implicit T: Aux[T, EJson]): T

    Permalink
  8. def char[T](c: slamdata.Predef.Char)(implicit T: Aux[T, EJson]): T

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def dec[T](d: slamdata.Predef.BigDecimal)(implicit T: Aux[T, EJson]): T

    Permalink
  11. def elideMetadata[T](implicit T: Aux[T, EJson]): (EJson[T]) ⇒ EJson[T]

    Permalink

    Replaces Meta nodes with their value component.

  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

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

    Permalink
    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

    Permalink
  16. def fromExt[T](e: Extension[T])(implicit T: Aux[T, EJson]): T

    Permalink
  17. def fromJson[A](f: (slamdata.Predef.String) ⇒ A): (Json[A]) ⇒ EJson[A]

    Permalink
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def int[T](d: slamdata.Predef.BigInt)(implicit T: Aux[T, EJson]): T

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isNull[T](ej: T)(implicit T: Aux[T, EJson]): slamdata.Predef.Boolean

    Permalink
  23. def map[T](xs: (T, T)*)(implicit T: Aux[T, EJson]): T

    Permalink
  24. def meta[T](v: T, m: T)(implicit T: Aux[T, EJson]): T

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def nul[T](implicit T: Aux[T, EJson]): T

    Permalink
  29. def obj[T](xs: (slamdata.Predef.String, T)*)(implicit T: Aux[T, EJson]): T

    Permalink
  30. def replaceString[T](implicit T: Aux[T, EJson]): (EJson[T]) ⇒ EJson[T]

    Permalink

    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]

    Permalink

    Replace an array of characters with a string.

  32. def str[T](s: slamdata.Predef.String)(implicit T: Aux[T, EJson]): T

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped