object Implicits extends Implicits with commons.Implicits
- Alphabetic
- By Inheritance
- Implicits
- Implicits
- Implicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
map2MongoDBObject(map: Map[String, Any]): DBObject
- Definition Classes
- Implicits
-
implicit
def
mapAsDBObject(map: Map[String, Any]): MapWithAsDBObject
- Definition Classes
- Implicits
-
implicit
def
mongoNestedDBObjectQueryStatements(nested: commons.Imports.DBObject with QueryExpressionObject): ValueTestFluidQueryOperators
Implicit extension methods for Tuple2[String, DBObject] values to add Mongo's query operators, minimizing the need to write long series' of nested maps.
Implicit extension methods for Tuple2[String, DBObject] values to add Mongo's query operators, minimizing the need to write long series' of nested maps.
Mixes in the QueryOperators defined in the QueryOperators mixin. The NestedQuery implicits allows you to call chained operators on the return value of the base String method method. Chained operators will place the subsequent operators within the same DBObject, e.g.
"fooDate" $lte yesterday $gte tomorrow
maps to a Mongo query of:{"fooDate": {"$lte":
, "$gte": }} - returns
Tuple2[String, DBObject] A tuple containing the field name and the mapped operator value, suitable for instantiating a Map
- Definition Classes
- Implicits
-
implicit
def
mongoQueryStatements(left: String): FluidQueryOperators
Implicit extension methods for String values (e.g.
Implicit extension methods for String values (e.g. a field name) to add Mongo's query operators, minimizing the need to write long series' of nested maps.
Mixes in the QueryOperators defined in the QueryOperators mixin. The NestedQuery implicit [Defined below] allows you to call chained operators on the return value of this method. Chained operators will place the subsequent operators within the same DBObject, e.g.
"fooDate" $lte yesterday $gte tomorrow
maps to a Mongo query of:{"fooDate": {"$lte":
, "$gte": }} - left
A string which should be the field name, the left hand of the query
- returns
Tuple2[String, DBObject] A tuple containing the field name and the mapped operator value, suitable for instantiating a Map
- Definition Classes
- Implicits
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
def
tupleToGeoCoords[A, B](coords: (A, B))(implicit arg0: ValidNumericType[A], arg1: Manifest[A], arg2: ValidNumericType[B], arg3: Manifest[B]): GeoCoords[A, B]
- Definition Classes
- Implicits
-
implicit
def
unwrapDBList(in: MongoDBList): BasicDBList
- Definition Classes
- Implicits
-
implicit
def
unwrapDBObj(in: MongoDBObject): DBObject
- Definition Classes
- Implicits
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
implicit
def
wrapDBList(in: BasicDBList): MongoDBList
- Definition Classes
- Implicits
-
implicit
def
wrapDBObj(in: DBObject): MongoDBObject
- Definition Classes
- Implicits