Packages

trait Sigil[A] extends Serializable

Linear Supertypes
Serializable, Serializable, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sigil
  2. Serializable
  3. Serializable
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fieldValue(name: slamdata.Predef.String): (A) ⇒ slamdata.Predef.Option[A]

    Returns the value of the named field or None if the input isn't a document or the field doesn't exist.

  2. abstract def getClass(): Class[_]
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def elideQuasarSigil: (A) ⇒ A

    Returns the value under any Quasar sigil or the input if not found.

  6. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  7. def hashCode(): Int
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def mapReduceQuasarSigilExists: (A) ⇒ slamdata.Predef.Boolean

    Whether the given value contains the Quasar sigil nested in a MapReduce result.

  10. def mapReduceQuasarValue: (A) ⇒ slamdata.Predef.Option[A]

    The value under the Quasar sigil in a MapReduce result, if found.

  11. def mapReduceValue: (A) ⇒ slamdata.Predef.Option[A]

    The value under the MapReduce value field, if found.

  12. def quasarSigilExists: (A) ⇒ slamdata.Predef.Boolean

    Whether the given value contains the Quasar sigil.

  13. def quasarValue: (A) ⇒ slamdata.Predef.Option[A]

    The value under the Quasar sigil, if found.

  14. def toString(): String
    Definition Classes
    Any

Inherited from Serializable

Inherited from Serializable

Inherited from Any

Ungrouped