org.tyranid.db.mongo

Imp

object Imp extends AnyRef

IMPlicit IMPorts.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Imp
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. val $all : String

  5. val $and : String

  6. val $elemMatch : String

  7. val $exists : String

  8. val $gt : String

  9. val $gte : String

  10. val $in : String

  11. val $inc : String

  12. val $lt : String

  13. val $lte : String

  14. val $max : String

  15. val $maxDistance : String

  16. val $min : String

  17. val $mod : String

  18. val $ne : String

  19. val $near : String

  20. val $nearSphere : String

  21. val $nin : String

  22. val $nor : String

  23. val $not : String

  24. val $options : String

  25. val $or : String

  26. val $regex : String

  27. val $set : String

  28. val $size : String

  29. val $unset : String

  30. val $where : String

  31. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  32. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  33. object Mlist extends AnyRef

  34. object Mobj extends AnyRef

  35. object Mongo extends AnyRef

  36. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  37. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. implicit def collectionImp (coll: DBCollection): DBCollectionImp

    Attributes
    implicit
  39. implicit def cursorImp (cursor: DBCursor): DBCursorImp

    Attributes
    implicit
  40. implicit def dbImp (db: DB): DBImp

    Attributes
    implicit
  41. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  42. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  45. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  46. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  47. implicit def listImp (obj: BasicDBList): DBListImp

    Attributes
    implicit
  48. implicit def mongoImp (mongo: Mongo): MongoImp

    Attributes
    implicit
  49. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  50. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  51. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  52. implicit def objImp (obj: DBObject): DBObjectImp

    Attributes
    implicit
  53. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  54. def toString (): String

    Definition Classes
    AnyRef → Any
  55. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any