Class/Object

quasar.physical.mongodb.expression

Check

Related Docs: object Check | package expression

Permalink

final case class Check[T[_[_]], EX[_]]()(implicit evidence$1: Functor[EX], T: Corecursive[T], I: :<:[ExprOpCoreF, EX]) extends Product with Serializable

Runtime type checks, exploiting MongoDB's total ordering for Bson values, seen in the order of declarations in this class.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Check
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Check()(implicit arg0: Functor[EX], T: Corecursive[T], I: :<:[ExprOpCoreF, EX])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val I: :<:[ExprOpCoreF, EX]

    Permalink
  5. implicit val T: Corecursive[T]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def isArray(expr: T[EX]): T[EX]

    Permalink
  12. def isBinary(expr: T[EX]): T[EX]

    Permalink
  13. def isBoolean(expr: T[EX]): T[EX]

    Permalink
  14. def isDate(expr: T[EX])(implicit ev: :<:[ExprOp3_0F, EX]): T[EX]

    Permalink

    As of MongoDB 3.0, dates sort before timestamps.

    As of MongoDB 3.0, dates sort before timestamps. The type constraint here ensures that this check is used only when it's safe, although we don't actually use any new op here.

  15. def isDateOrTimestamp(expr: T[EX]): T[EX]

    Permalink
  16. def isDateTimestampOrBoolean(expr: T[EX]): T[EX]

    Permalink
  17. def isId(expr: T[EX]): T[EX]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isNull(expr: T[EX]): T[EX]

    Permalink
  20. def isNumber(expr: T[EX]): T[EX]

    Permalink
  21. def isNumberOrString(expr: T[EX]): T[EX]

    Permalink
  22. def isObject(expr: T[EX]): T[EX]

    Permalink
  23. def isString(expr: T[EX]): T[EX]

    Permalink
  24. def isSyntaxed(expr: T[EX]): T[EX]

    Permalink
  25. def isTimestamp(expr: T[EX])(implicit ev: :<:[ExprOp3_0F, EX]): T[EX]

    Permalink

    As of MongoDB 3.0, dates sort before timestamps.

    As of MongoDB 3.0, dates sort before timestamps. The type constraint here ensures that this check is used only when it's safe, although we don't actually use any new op here.

  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped