trait Sigil[A] extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sigil
- Serializable
- Serializable
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
elideQuasarSigil: (A) ⇒ A
Returns the value under any Quasar sigil or the input if not found.
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapReduceQuasarSigilExists: (A) ⇒ slamdata.Predef.Boolean
Whether the given value contains the Quasar sigil nested in a MapReduce result.
-
def
mapReduceQuasarValue: (A) ⇒ slamdata.Predef.Option[A]
The value under the Quasar sigil in a MapReduce result, if found.
-
def
mapReduceValue: (A) ⇒ slamdata.Predef.Option[A]
The value under the MapReduce value field, if found.
-
def
quasarSigilExists: (A) ⇒ slamdata.Predef.Boolean
Whether the given value contains the Quasar sigil.
-
def
quasarValue: (A) ⇒ slamdata.Predef.Option[A]
The value under the Quasar sigil, if found.
-
def
toString(): String
- Definition Classes
- Any